/* CSS Document */

.header {
	background-image:url("images/banner.png");
	background-repeat:no-repeat;
	background-position:bottom;
}

a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#006;
	}
	
a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#006;
	}	

a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#006;
	}

img.border {
	border:solid 4px;
	border-color:#FFFFFF;
	}

.mainbackground {
	background-color:#000030;
}

.tablebackground {
		background-color:#FFF;
}

.heading {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:18px;
		color:#000;
		font-weight:bold;
}

.bodytext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.tinytext {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
}

.footertext {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:10px;
}

.mailErrorText
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#FF0000;
}