* {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

a.button {
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	background-color:#CCCCFF;
	font-size:14px;
	width:66px;
	font-weight:bolder;
	margin-left:auto;
	margin-right:auto;
	border-width:2px;
	border-style:outset;
}

a.button:hover {
	text-decoration:none;
	background-color:#CCCCFF;
	border-style:inset;
}

a.button:visited {
	color:#FFFFFF;
}

a.list {
	width:700px;
	text-align:left;
	padding:4px;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
	background-color:#F7F7F7;
	color:#000000;
	height:60px;
	/*height:auto;
	border-style:outset;*/
	margin-left:auto;
	margin-right:auto;
	border-width:1px;
}

a.list:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	/*border-style:inset;*/
}

a.list:visited {
	color:#000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:769px;
	margin:auto;
	border-collapse:collapse;
	text-align:center;
	vertical-align:top;
	background-color:#FFFFFF;
}

.border {
	border-style:solid;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#999999;
	border-bottom-color:#999999;
}

.border:hover {
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
}
	
div.foot {
	font-size:0.75em;
	margin-top:6px;
	margin-bottom:6px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Typically AID headings */
h2 {
	font-size:16px;
	font-weight:bolder;
	text-align:left;
	padding-left:12px;
	margin-bottom:6px;
}
	
/* Typically used in lists like servicetable.asp*/
span.h3 {
	font-size:16px;
	font-weight:bolder;
	margin-top:12px;
	margin-bottom:6px;
	display:block;
}

hr {
	width:90%;
	color:#FF0000;
	background-color:#FF0000;
	margin:auto;
}

img {border-width:0px;}

img.listlogo {
	float:left;
	margin-right:10px;
}

img.logo:hover {visibility:hidden;}

table {
	padding:0px;
	margin:0px;
	margin:auto;
}

table.main {
	margin-top:8px;
	margin-bottom:12px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCFF;
/*	border-color:#6666FF;*/
	width:769px;
}

table.item {
	text-align:left;
}

table.item td {
	padding:3px;
}

td.label {
	font-weight:bolder;
	font-style:italic;
	vertical-align:top;
	text-align:right
}

tr.head,
td.foot {
	background-color:#CCCCFF;
}

  a:link { text-decoration:none }
  a:visited { text-decoration:none }
  a:hover { text-decoration:underline }
  a:active { text-decoration:none }
  
td img.decoration {display: block;}


/* CSS ROLLOVER FOR LOGO */
.cssnav	{
/*position:relative;*/
background-image:url(../images/logo_over.gif);
background-repeat:no-repeat;
display:block;
width:200px;
height:65px;
margin:auto;
/*
margin: 0; 
margin-bottom:0px;
padding: 0; 
*/
}
.cssnav a {
display:block;
width:200px;
height:65px;
float:left;
/*
font-size: 11px;
margin: 0;
padding: 0;
color: black; text-decoration: none; 
*/
}
/*.cssnav img {width: 100%; height: 100%; border: 0; }*/
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
/*.cssnav span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	cursor: pointer;
}
*/


.head1 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}

.errtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}