/* CSS Document */

body {
	color: #000000; /* Same as the Border colour looks good here */
	font-family:"arial,verdana,tahoma,san-serif";
	font-size:14px; /*Arial, Helvetica, sans-serif;*/
	margin-top:0;
}

a {
color: #3481A4;
	text-decoration: none;
}

a:hover {
	color: #006B95;
	text-decoration: none;
}

#footer {
text-align:center;
font:Tahoma, Arial;
color:#666666;
}


#footer a:hover {
color:#999999;
text-decoration:none;
}

#footer a {
color:#666666;
text-decoration:none;
}

.contentTable {
background-image:url(../images/textBg.gif);
background-repeat:no-repeat;
background-color:#B2B596;
}
