/*
	Stylesheet file

	Common site styles
	==========================
*/

BODY {
font-family: Helvetica, Arial, Verdana;
color: #000000;
background-color: #FFF;
font-size:13px;
margin: 0px;
padding: 0px;
}

blockquote {
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
}

.Textbox
{
	height: 20px; 
	font-size:10px; 
	font-family: verdana;
	font-weight: bold;
	color:#EEEEEE;
	background-color: #666666; 
	border: 1px solid #1A3648;
}
.Textarea
{
	height: 90px;
	width: 250px;
	font-size:10px; 
	font-family: verdana;
	color:#EEEEEE;
	background-color: #666666; 
	border: 1px solid #1A3648;
}
.Button
{
	height: 20px; 
	font-size:10px; 
	font-family: verdana;
	color:#EEEEEE;
	font-weight: bold;
	background-color: #666666; 
	border: 1px solid #999999;
}
.Select
{
	
	font-size:11px; 
	font-family: verdana;
	background-color: #666666; 
	color:#EEEEEE;
	font-weight: bold;
	
}

#bigtable 
{
	border-right: 1px solid #41403F; 
	border-bottom: 1px solid #41403F; 
	border-left: 1px solid #41403F;
}
.a
{
	font-weight: bold;
	color: #000000;
}

.nav
{
	font-weight: bold;
	color: #000000;
}


#echeck {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.step {
	font-family:arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000;
}
.tableheader {
	font-family:arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #41403F;
	padding-left: 6px;
}
.headline {
	font-family:arial;
	font-size: 12px;
	font-weight: bold; 
	color: #000000; 
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.value {
	font-family:arial;
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}


a:link {
	color: #00acd8;
}
a:visited {
	color: #00acd8;
}
a:active {
	color: #00acd8;
}
a:hover {
	color: #676767;
}

.style4 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
	font-size: 18px;
	font-weight: bold;
	color: #00acd8;
	font-style: italic;
}
.style6 {
	font-size: 14px;
	font-weight: bold;
	color: #28ac4a;
}
.style7 {font-size: 16px}

TABLE {
	background-color: #FFF;	
}
