body { 
	background-color: #D1D2ED;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px; color: #333333; 
	line-height: 18px; 
	font-family: verdana, arial, sans-serif;		       
}


h1 {
	font-size: 12px; color: #0A4084; 
	font-family: verdana, arial, sans-serif;
}

h2 {
	font-size: 13px; color: #FF9900;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
}

#holder {
     margin: 0 auto 0 auto; 
     text-align: left;
     width: 780px;	
}

#header {
     margin: 0;
		 padding: 0; 
		 width: 780px;
}

a:link, a:active, a:visited {
	text-decoration: none; color: #B84900;
}

a:hover {
	text-decoration: none;
}


#content {
		width: 780px;
		text-align: left;
		padding: 0;
		margin: 0;
		background: #FFF url(../pics/bg_content.jpg);
}

#footer {
	width: 780px;
	font-size: 10px; color: #000; 
	font-family: verdana, arial, sans-serif;
	text-align: center;  
}

#footer a:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
	border-bottom: 1px dotted #000;
}

#footer a:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
}

#footer a:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
	border-bottom: 1px solid #000;
}

input[type="submit"]
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 80%;
font-weight: bold;
}

input[type="text"], textarea
{
border: 1px solid;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 90%;
}
