@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight: bold;
	color:#FFF;
	font-style:italic;
	text-align: center;
}

th {
	font-size: 11pt;
	color: #FFF;
}

td {
	font-size: 11pt;
	color: #FFF;
}

h2 {
	color: #FC0;
	font-size:16px;
	margin-bottom: 3px;
	margin-top: 3px;
}

blockquote {
	font-style:italic;
}

.addtext {
	font-weight:normal;
}

#topnav {
	text-align: center;
}

.topnav {
	color: #FC0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #666;
	border: 2px solid #000;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.topnav:hover {
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#botnav {
	text-align: center;
	
}

.botnav {
	color: #FF0;
	text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
	background-color: #00F;
	}
.botnav:hover {
	color: #CCC;
	text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
	}
	
.intnav {
	color: #FFF;
	text-decoration: none;
	font-weight : bold;
	font-size : 11pt;
	}
.intnav:hover {
	color: #CCC;
	text-decoration: none;
	font-weight : bold;
	font-size : 11pt;
	}

#content {
	width:70%;
	z-index:1;
	background-image: url(images/bgrd.png);
	padding: 5px;
	border: 2px solid #000;
	margin-top: 5px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#content01 {
	width:35%;
	z-index:1;
	background-image: url(images/bgrd.png);
	padding: 3px;
	border: 2px solid #000;
	margin-top: 0px;
	margin-bottom:5px;
	margin-right: auto;
	margin-left: auto;
}
	
p {
	color: #FFF;
	font-size : 11pt;
}
h1 {
	font-size: 16px;
	text-align: center;
	background-color: #CFF;
}

#footer {
	text-align: center;
	color: #FC0;
	font-size:11px;
	font-style:italic;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid #000;
	padding: 4px;
	background-color: #EFF;
	visibility: hidden;
	z-index: 100;



/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	color: #EFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
