/* BLUE THEME 

#073B5F >> EXTRA DARK		
#6297BC >> DARK			
#79A6C5 >> EXTRA MEDIUM		.color5
#8AB7D6 >> MEDIUM		.color2
#B7D3E7 >> LIGHT		.color3
#D0E3F0 >> EXTRA LIGHT		.color4
#F3F9FD >> FAINT		.color1 .color6

*/


body {
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
}

#contentRight, #contentLeft, .topBar .menuSubBar { 
	font-size: 0.8em;
}


/* LINKS */
.link {
	text-decoration: none;
	cursor: hand;
}
.link:hover {
	text-decoration: underline;
	cursor: hand;
}

a:focus, input:focus { 
	outline:none; 
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #0000FF;
	cursor: hand;
}
a:visited {
	color: #CC0066;
}
a:hover {
	text-decoration: underline;
}


/* TEXT SIZES */


.xxlargeTxt, .txtXxlarge {
	font-size: xx-large;
}
.xlargeTxt, .txtXlarge {
	font-size: x-large;
}
.largeTxt, .txtLarge  {
	font-size: large;
}
.mediumTxt, .txtMedium {
	font-size: medium;
}
.smallTxt, .txtSmall {
	font-size: small;
}
.xsmallTxt, .txtXsmall {
	font-size: x-small;
}
.xxsmallTxt, .txtXxsmall {
	font-size: xx-small;
}


/* TEXT SIZES - EM */

.emTxt05 {
	font-size: 0.5em;
}
.emTxt06 {
	font-size: 0.6em;
}
.emTxt07 {
	font-size: 0.7em;
}
.emTxt08 {
	font-size: 0.8em;
}
.emTxt09 {
	font-size: 0.9em;
}
.emTxt1 {
	font-size: 1em;
}
.emTxt12 {
	font-size: 1.2em;
}



/* TEXT STYLES */

.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
}


/* COLOURS */

.bgBlue {
	background-color: #002973;
}
.bgGrey {
	background-color: #EFEFEF;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgLightBlue {
	background-color: #B3E5FF;
}
.bgChange:hover {
	background-color: #046DC6;
}
.bgColor1 {	background-color: #F3F9FD;}
.bgColor2 {	background-color: #D0E3F0;}
.bgColor3 {	background-color: #B7D3E7;}
.bgColor4 {	background-color: #8AB7D6;}
.bgColor5 {	background-color: #79A6C5;}
.bgColor6 {	background-color: #6297BC;}

.color1 {	color: #F3F9FD;}
.color2 {	color: #8AB7D6;}
.color3 {	color: #B7D3E7;}
.color4 {	color: #D0E3F0;}
.color5 {	color: #79A6C5;}
.color6 {	color: #F3F9FD;}
.white {
	color: #FFFFFF;
}
.darkblue {
	color: #073B5F;
}
.blue {
	color: #6297BC;
}
.red {
	color: #DD0000;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #EFEFEF;
}
.black {
	color: #000000;
}




/* HEADERS */

h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #073B5F;
	text-decoration: none;
	padding: 0px;
	margin: 0px auto 5px auto;
}




/* OTHER */


