/*Main Elements*/
body {
	margin: 0px;
	background-color: #EEEEEE;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

A:link {font-weight:bold; color: #000000; text-decoration: none}
A:visited {font-weight:bold; color: #000000; text-decoration: none}
A:active {text-decoration: underline; color: #666666;}
A:hover {text-decoration: underline; color: #666666;}

/*Presentational Elements*/
#footer { clear: both; }


/*These are the links on the blue bit of the header*/
.classlinksnav A:link {font-family: Tahoma; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
.classlinksnav A:visited {font-family: Tahoma; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
.classlinksnav A:active {font-size: 16px; text-decoration: underline; color: #FFFFFF;}
.classlinksnav A:hover {font-size: 16px; text-decoration: underline; color: #FFFFFF;}

/*These are for when pictures are links*/
.piclink A:link {font-family: Tahoma; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
.piclink A:visited {font-family: Tahoma; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
.piclink A:active {font-size: 16px; text-decoration: underline; color: #FFFFFF;}
.piclink A:hover {font-size: 16px; text-decoration: underline; color: #FFFFFF;}

/*The headers of the gallery*/
.galleryHeader {
	color: #007fc8;
	font-weight: bold;
	font-size: 18px;
}

/*The headers - not bold*/
.homeHeader {
	color: #007fc8;
	font-size: 18px;
}
