/* CSS Document */
/*TOP BLACK BANNER AND LINKS */
#banner {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#banner:hover {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #CC3333;
	font-weight: bold;
	text-decoration:none;
}
/*Navigation*/
#Nav {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

/*FORMS*/
input {
     font-family: tahoma, helvetica, sans-serif;
     text-decoration: none;
     font-size: 8pt;
}
select{
     font-family: tahoma, helvetica, sans-serif;
     text-decoration: none;
     font-size: 8pt;
}
textarea {
     font-family: tahoma, helvetica, sans-serif;
     text-decoration: none;
     font-size: 8pt;
}
form {
margin-bottom:0;
}



/*TEXT*/
H1.h1white {
	font-family: tahoma, helvetica, sans-serif;
    font-size: 8pt;
	color:#FFFFFF;
	margin: 0;
}

h1 {
	font-family: tahoma, helvetica, sans-serif;
    font-size: 10.5pt;
	color:#000000;
	margin: 2;
}
h2 {
	font-family: tahoma, helvetica, sans-serif;
    font-size: 8pt;
	color:#000000;
	margin:0;
}
font.whitefont {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
ul.whitefont {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
/*LINKS*/
a{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #212121;
}

a.whitelink{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #E3E2E2;
}

/*MAIN BODY TABLES*/
#td {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
#tablemain {
border-right-width: 2px; 
border-bottom-width: 2px; 
border-top-width: 0; 
border-left-width: 2px; 
border-style: outset;
border-color: #000000;
}
#Navtable {
border-right-width: 2px; 
border-bottom-width: 0; 
border-top-width: 0; 
border-left-width:2px; 
border-style: outset;
border-color: #000000;
}
table {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
/*COPYRIGHT TABLE*/
#copyright {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
table.copyright {
	border-right-width: 0; 
	border-bottom-width: 0; 
	border-top-width: 0; 
	border-left-width: 0; 
}
/*DEFAULT VALUES*/

hr{
align: left;
}