/* Filename 	: styles.css
   Description 	: Syle sheet for the main section 
   When		Who			Desc
   -------	---------	------------------------------------------
   18/12/06 J James		Initial version
*/ 
.style16 {	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; }
a:link {
	color: #55A4FD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #55A4FD;
}
a:hover {
	text-decoration: none;
	color: #B0E4FF;
}
a:active {
	text-decoration: none;
	color: #55A4FD;
}
.style27 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	
}
.maintextblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #55A4FD;
	text-decoration: none;
	
}
.maintextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	
}
BODY {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	



a:link { color: #55A4FD; font-size: 11px;font-weight: bold;text-decoration: none }
a:active { color: #55A4FD; font-size: 11px;font-weight: bold;text-decoration: none }
a:visited { color: #55A4FD; font-size: 11px;font-weight: bold;text-decoration: none }
a:hover { color: #B0E4FF; font-size: 11px;font-weight: bold;text-decoration: none }

a.menus:link { color: #BDBA87; font-size: 11px;font-weight: normal;text-decoration: none }
a.menus:active { color: #BDBA87; font-size: 11px;font-weight: normal;text-decoration: none }
a.menus:visited { color: #BDBA87; font-size: 11px;font-weight: normal;text-decoration: none }
a.menus:hover { color: #EEE5D0; font-size: 11px;font-weight: normal;text-decoration: none }


a.weblinks:link { color: #55A4FD; font-size: 11px;font-weight: bold;text-decoration: none }
a.weblinks:active { color: #55A4FD; font-size: 11px;font-weight: bold;text-decoration: none }
a.weblinks:visited { color: #55A4FD;font-size: 11px;font-weight: bold; text-decoration: none }
a.weblinks:hover { color: #B0E4FF; font-size: 11px;font-weight: bold;text-decoration: none }

a:weblinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight:bold;
	font-style: normal;
	color: #55A4FD;
}
.yellowbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight:bold;
	font-style: normal;
	color: #FEED01;
}
.blueboldsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        font-weight:bold;
	font-style: normal;
	color: #55A4FD;
}