body, table, td {
/*	font-family: Lucida Sans Unicode, Lucida Console, Verdana, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
    text-align: left;
}

a:link, a:visited {
	color: #003366;
/*	text-decoration: none; */
}

a:hover{ 
	color: #bb0000; 
}

a.test {
	color: #0000FF;
/*	background: transparent url(/path/to/image.png) no-repeat left top ; */
}


a.white:link, a.white:visited { color: #ffffff; }
a.white:hover{ color: #bbbbbb }


p{
	display:block;
}

form{
	display: inline;
}

h1{
	font-size: 125%;
	font-weight: bold;
	color: #334455;
	display: inline;
}

h2{
	font-size: 120%;
	font-weight: bold;
	color: #3333aa;
	display: inline;
}


.smallNote {
	font-size: 10px;
}


.requiredField {
	color: #dd0000;
	font-weight: bold;
}

select { 
	font-family: Verdana, Arial; 
	border: #000000; 
	border-style: solid;
	border-width: 1px;
} 


/*********** Navigation link styles ***********/
.navigation {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	font-size: 10px;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
}

.navigation li {
	text-transform: uppercase;
	list-style: none;
	text-align: left;
    height: 60px;
}

.navigation li a {
	padding: 2px 0px 2px 2px;
	color: #000000;
    text-decoration: underline;
}

.navigation li a:hover {
    color: #bb0000;
}

.navImageContainer {
    width:60px;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.siteInfo{
	font-size: 75%;
	padding: 5px 5px 5px 5px;
}

th.dataTable {
	border: 2px inset #ffffff;
	background-color: #003366;
	color: #ffffff;
	font-size: 10px;
}

td.dataTable {
	padding: 2px;
	font-size: 12px;
}


<!--[if IE]>
.shadow {
  height: 1em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}

.shadow_title {
  height: 1px;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=1);
	font-weight: bold;

}
<![endif]-->

.shadow a:link{ color: #ffffff; text-decoration: none; }
.shadow a:visited{ color: #ffffff; text-decoration: none; }
.shadow a:hover{ color: #bbbbbb; text-decoration: none; }

