/* CSS Document */

/*
**************************
PAGE BODY
**************************
*/

body {
	font-family: Tahoma;	
	font-weight: 600;
	color: #013333;

}

.LargeText {
	font-size: 36pt;
	font-weight: normal;
}

.MediumText {
	font-size: 24pt;
	font-weight: normal;  
}

.Italics {
	font-style: italic;
}

.Bold {
	font-weight: 800;
}

.TableText {
	font-family: Tahoma;
	font-weight: normal;
}

tr.d0 td 
{
	background-color: #F8F8FF; ]
	color: black;
}

tr.d1 td 
{
	background-color: #DCDCDC; 
	color: black;
}

div#links a:hover img {
	position: absolute; 
	height: 100px; 
	width: 100px;
	border-width:1px;
	border-color:#000000;
}

div.container {
	width: 250px;
}

div.left {
	float: left;
}

div.middle {
	padding: 0px 125px 0px 125px;
}

div.right {
	float: right;
}

div#links a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}

.EmailText {

	font-size: 9pt;
}


/*
************************
	PAGE LINKS
************************
*/

a:link, a:active, a:visited {
	color: #013333;
	text-decoration: none;
}

a:hover {
	color: #cbcc33;
}