
body {
	background-color: #b3eef9;
	font-family: Verdana;
	font-size: 11pt;
	color: black;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

td,p { 
font-family:Verdana;
font-size:10pt; 
color:black;
}


.size10 { 
font-size:10pt; 
}

.size9 { 
font-size:9pt; 
}

.size8 { 
font-size:8pt; 
}

.white { 
color:white;
}

.darkblue {
color:#0e527c;
}

A.blue:link { color: #0e527c; text-decoration: none; }
A.blue:visited { color: #0e527c; text-decoration: none; }
A.blue:active { color: #0e527c; text-decoration: underline;  }
A.blue:hover { color: #0e527c; text-decoration: underline;  }

A:link { color: #000000; text-decoration: none; font-weight : bold; }
A:visited { color: #000000; text-decoration: none; font-weight : bold; }
A:active { color: #000000; text-decoration: underline; font-weight : bold;  }
A:hover { color: #000000; text-decoration: underline; font-weight : bold;  }

A.nav:link { color: #000000; text-decoration: none; font-weight : bold; font-size:8pt;}
A.nav:visited { color: #000000; text-decoration: none; font-weight : bold; font-size:8pt;}
A.nav:active { color: #000000; text-decoration: underline; font-weight : bold;  font-size:8pt;}
A.nav:hover { color: #000000; text-decoration: underline; font-weight : bold;  font-size:8pt;}
