/* CSS Document */

body { 
    background-color: #FFFFFF; 
	margin: 20px 0px 0px 0px;
	background: url("../images/bg-grey.gif") repeat;
}
td { font-family: arial; font-size: 12px; color: #000000; }
p { margin-top: 0; }

.content { font-family: arial; font-size: 12px; color: #000000; }
.text { font-family: verdana, arial; font-size: 12px; color: #000000; }
.top { font-family: verdana, trebuchet ms, arial; font-size: 10px; color: #0099FF; font-weight: bold; }
.header { font-family: arial; font-size: 12px; color: #000000; font-weight: bold; }
.breadcrumbs { font-family: verdana, trebuchet ms, arial; font-size: 10px; color: #006699; font-weight: bold; }
.copyright { font-family: trebuchet ms, verdana, arial; font-size: 10px; color: #FFFFFF; }
.brightheader {
	font-family: arial;
	font-size: 12px;
	colour: #000000;
	font-weight: bold;
	color: #FFCC00;
}

.blueheader {
	font-family: arial;
	font-size: 12px;
	colour: #000000;
	font-weight: bold;
	color: #006699;
}


a { cursor: auto; }
a:link { color: #006699; background: transparent; text-decoration: none; }
a:visited { color: #666666; background: transparent; text-decoration: none; }
a:active { color: #0099FF; background: transparent; text-decoration: underline; }
a:hover { color: #0099FF; background: transparent; text-decoration: underline; }
