/* CSS Document */
body, td, input, option, select
	{
	font-size: 10px;
	color: #666666;
	font-family: Verdana;
	}
	
body
	{
	margin: 0px;
	height: 100%;
	}	
h3 {
font-family:Verdana;
}
.style1 {color: #003366}
.style3 {font-size: 9}
	
.Left
	{
	background-color: #F7F7F7;
	border-right: 1px solid #666666;
	padding: 40px;
	width: 80px;
	}	
	
.Top
	{
	background-color: #F7F7F7;
	border-bottom: 1px solid #666666;		
	height: 80px;
	padding-left: 40px;
	}	
	
.Content
	{
		vertical-align: top;
		padding: 30px;
	}	
	
input.text
	{
	width: 150px;
	border: 1px solid #666666;
	background-color: #F7F7F7;
	}	

input.button
	{
	background-color: #F7F7F7;
	font-weight: bold;
	cursor: pointer;
	}		
	
h1
	{
	color: #006699;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	}	
h2
	{
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	width: 100%;
	margin:0px;
	}		
	
.Footer
	{
	background-color: #666666;
	color: white;
	display:block;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	}	

.MainTable
	{
	background-color: #F7F7F7;
	border: 1px solid #DDDDDD;
	}	
	
.Message_Red
	{
	border: 0px solid #CC0000;
	color: #CC0000;
	background-color: White;
	padding: 2px;
	font-weight: bold;
	display: block;
	}	
	
.Message_Gray
	{
	border: 0px solid #666666;
	color: #666666;
	background-color: White;
	padding: 2px;
	font-weight: bold;
	display: block;
	}		
	
.header, .header a, .header a:visited, .header a:hover
	{
	background-color: #666666;
	color: White;
	font-weight: bold;
	text-decoration: none;
	}	
	
a:link, a:visited, a:active
	{
	color: Teal;
	text-decoration:underline;
	}
	
a:hover
	{
	color: #cc0000;
	text-decoration:underline;
	}	

