
a { 
	color: #009; 
	text-decoration: none;
}
a:hover {  
	text-decoration: underline; 
	color: #C00;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/*background: #CCC;  */
	background: #D0D0DF url(/img/bg_gradient.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x; 
	color: #000; 
}
body, p, td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;	
}
.del {
	text-decoration: line-through;
	display: none;
}
.main {
	background: #FFF; 
	text-align: center;
	margin: auto 10%;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 20px;
	display: block;
}
h1 {
	font-size: 15px;
	margin: 0px;
}
h2 {
	font-size: 11px;
	margin: 0px;
}
h3 {  
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	/*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/ 
	padding-right: 10px; 
	margin-bottom: 0px;
	color: #999;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
h4, h5 {
	font-size: 11px;
	margin-bottom: 0px;
}
.help {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}
.resBody {
	text-align: left;
	display: block;
	margin-bottom: 30px;
	padding-left: 40px;
	line-height: 150%;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}
div {
	/*border: 1px solid #F00;*/
}