/* HTML */
	BODY {
		margin:0;
		background-image:url('../site.common/background.gif');
		background-repeat:repeat-y;
	}
	IMG {
		border:0;
	}
	BODY.section {
		background-color:#000000;
	}
/**/

/* Colour and border */
	.white {
		color:#ffffff;
	}
	
	.black {
		color:#000000;
	}
	
	.blueA {
		color:#8B98C4;
	}

	.beigeText {
		color:#A69768;
	}
	
	.yellow {
		color:#ffff00;
	}
	
	.altColour {
		color:#0000CC;
	}
	
	.borderA {
		border:1px solid #000000;
	}
/**/

/* Text */
	.text {
		font-family:Verdana, Arial, helvetica, sans-serif;
	}
	
	.regular {
		font-size:13px;
	}
	
	.big {
		font-size:20px;
	}
	
	.small {
		font-size:11px;
	}
	
	.smaller {
		font-size:9px;
	}

	.smallest {
		font-size:10px;
	}
	
	.secText {
		font-family:verdana, arial, sans-serif;
	}
	
	.secRegular {
		font-size:12px;
	}
	
	.secSmall {
		font-size:11px;
	}
	
	.secBig {
		font-size:18px;
	}
	
	.rightAligned {
		text-align:right;
	}
	
	.leftAligned {
		text-align:left;
	}
	
	.centered {
		text-align:center;
	}
	
	.underlined {
		text-decoration:underline;
	}
	
	.noUl {
		text-decoration:none;
	}
	
	.bold {
		font-weight:bold;
	}
	
	.spaced {
		line-height:1.4em;
	}
	
	.italic {
		font-style:oblique;
	}
/**/

/* Forms */
	.form {
		font-family:verdana;
		font-size:11px;
	}
	.input {
		border:1px solid #000000;
		background-color:#ffffff;
	}
/**/

/* Anchors */
	A.disabled {
		color:#999999;
		text-decoration:none;
	}
	
	A.hoverUl {
		text-decoration:none;
	}
	
	A.hoverUl:hover {
		text-decoration:underline;
	}
	
	A.noUl {
		text-decoration:none;
	}
	
	A {
		color:#0000ff;
	}
/**/

/* Other */
	.defaultCursor {
		cursor:default;
	}
/**/

