body {
	background-color: #333333;
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #ffffff;
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 25px;
}

ul.nav li {
	border-bottom: 2px solid #333333;
	width: 100px;
	line-height: 31px;
}

.nav a {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	color : #ff0000;
	text-decoration: none;
	display: block;
}
ul.nav a:link, ul.nav a:visited {
	color : #ff0000;
}

ul.nav a:hover, ul.nav a:active {
	color : #ffff00;
}

A:LINK {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	color : #ff0000;
	text-decoration: none;
}

A:VISITED {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	color : #ff0000;
	text-decoration: none;
}

A:HOVER {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	color : #ffff00;
}

A:ACTIVE {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	color : #ffff00;
}



/*  class="email"  */
A.email:LINK {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000099;
	text-decoration: none;
}

A.email:VISITED {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000cc;
	text-decoration: none;
}

A.email:HOVER {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #ff0000;
}

A.email:ACTIVE {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000ff;
}



/*2005.html ... 2009.html*/
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt; /*px, pt, em.*/
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #3aa2ff;
	margin: 3px;
}

h2 {
	font-family: "Comic Sans MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	font-style: normal; /*italic*/
	color: #3aa2ff;
	margin: 3px;
}

/* newsflash.html */
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal; /*italic*/
	color: #ffffff;
	margin: 3px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 0px;
}

h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal; /*italic*/
	color: #ffff00;
	margin: 3px;
	display: inline;
}

.red {
	color: #ff0000;
}

.right {
	 float: right;
	 position: relative;
	 right: 20px;
	 height: 300px;
	 width: 150px;
	 text-align: right;
	 border: 1px solid black;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 17px;
	font-weight : bold;
	font-style:normal;
	text-align: center;
	color: #ffffff;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: Bold;
	color : #ffffff;
}

#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid black;
padding: 20px;
padding-top: 0px;
background-color: yellow;
color: black;
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);
}