/* CSS Document */

body {
	color: #291010; /* Same as the Border colour looks good here */
	font-family:"Times New Roman", Times, serif;
	background-image:url(../images/bgGrad.gif);
	background-repeat:repeat-x;
}

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

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

#footer {
text-align:center;
font:Tahoma, Arial;
color:#333333;
font-size:0.8em;
}


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

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

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

td {
	font-size:1.2em;
}


.SectionHeader {
font-weight:bold;
font-size:1.2em;
color:#291010;
}
