body { 
	color: #000066; 
}

ul {
	font-family:Tahoma;
	text-decoration: none;
}
li {
	padding-bottom: 0.2em;
	font-family:Tahoma;
	text-decoration: none;
}

a {
	font-family:Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.tk {
	font-family:Tahoma;
	font-size:8pt;
	text-decoration: none;
}

.tk hover{
	text-decoration: underline;
}

.footerText {
	font-size: 12px;
	color: #000066;
}

.footerSpacer {
	color: #FF0000; 
	font-weight: bold; 
}

.bottommenu {
	font-size: 10px;
	font-family:Tahoma;
	text-decoration: none;
}

.bottommenu:hover{
	text-decoration: underline;
}

.formTitle {
	margin-top:55px;
	font-weight: bold;
	font-family:Tahoma;
	font-size:13px;
}

.formField {
	font-family:Tahoma;
	font-size:12px;
}

.formFieldRequired {
	color: #990000;
	font-family:Tahoma;
	font-size:10px;
}
.messageStyle {
	color: #FF0000; 
	font-family:Tahoma;
	font-weight: bold;
	font-size:11px;
}

.adminMessageStyle{
	color: #FF0000; 
	font-family:Tahoma;
	font-weight: bold;
	font-size:12px;
	font-style:italic;
}

.requiredFieldNote {
	color: #FF0000; 
	font-family:Tahoma;
	font-size: 11px; 
}

.hiddenText {
	display: none;
}


.title {
	padding-top:0.2em;
	color: #000066; 
	font-family:Tahoma;
	font-size: 15px;
	font-weight: bold; 
}

.header {
	padding-top:0.2em;
	font-family:Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
}

.infoMessage {
	font-style:italic;
	font-size:12px;
}

/** PICTURE FADE **/
#mainImage{
	height:200px;
}

#imageContainer {
	float:left;
	MARGIN: auto;
	WIDTH: 400px;
	POSITION: relative;
	height:200px;
}

#rotImage {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/******************************/