/* get rid of 2 pixel border that surrounds images in table cells! */
img {display:block}


/*links*/
a:link.leftnav, a:visited.leftnav {
	font-family:Arial, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#fcfee6;
	text-decoration:none;
}
a:hover.leftnav {
	font-family:Arial, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#b4b4b4;
	text-decoration:none;
}

a:link, a:visited{
	color:#064cd6;
	text-decoration:none;
}
a:hover{
	color:#b4b4b4;
	text-decoration:none;
}

/*body*/
body {
	background-color:#000000; /*#00E469;*/
}

/*p*/
p{
	font-family: Arial;
	font-size:16px;
	color:#000000;
}

p span{
	font-family: Arial;
	font-size:16px;
	color:blue;
}

p.left{
	text-align:left
}

p.navtext {
    font-family: Arial;
	padding: 0px;
	color:#ffffff;
	margin-left: 25px;
	margin-right: 25px;
	font-size: small;
	text-align: center;
}

.fineprint{
	font-family: Arial;
	font-size:10px;
	color:#000000;
}

/*tables*/
table.contentbody, tr.contentbody, td.contentbody{
	background-color: #ffffff; /*#ffffff*/
}

table.contentnav, tr.contentnav, td.contentnav{
	background-color: #0000D1;	/*#0000D1*/
}

table.contentfooter, tr.contentfooter, td.contentfooter{
	background-color: #ffffff;	/* same as body background */
}

table.contentheader, tr.contentheader, td.contentheader{
	background-color: #00E469;	/* same as body background */
}

/*ul*/
li{
	font-family:Arial;
	font-size:16px;
	color:#000000;
}

ul{
	font-family:Arial;
	font-size:16px;
	color:#000000;
	text-align:left;
}

/*Headings*/
h1{
	font-family: Arial;
	font-size:20px;
	color:#000000;
	text-align:left;
}

h1.blue{
	font-family: Arial;
	font-size:20px;
	color:blue;
	text-align:center;
}

h2{
	font-family: Arial;
	font-size:16px;
	color:#000000;
	text-align:left;
}

h2.center{
	font-family: Arial;
	font-size:16px;
	color:#000000;
	text-align:center;
}

h2.red{
	font-family: Arial;
	font-size:16px;
	color:red;
	text-align:left;
}

h2.blue{
	font-family: Arial;
	font-size:16px;
	color:blue;
	text-align:center;
	padding:4;
}

h3{
	font-family: Arial;
	font-size:16px;
	color:#000000;
	text-align:left;
}





/*************
.style1 {
	text-align: center;
	font-family: Ariel, sans-serif;
}
.style2 {
	font-family: Ariel, sans-serif;
}
.style5 {
	font-size: x-small;
}

.thumbnail {
	align: center;
}

a:link.topnav, a:visited.topnav {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:18px;
	text-align:top;
	color:#fcfee6;
	text-decoration:none;
}
a:hover.topnav {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:18px;
	text-align:top;
	color:#c7c8be;
	text-decoration:none;
}
***/