a { 
	color: #009; 
	text-decoration: none;
}
a:hover {  
	text-decoration: underline; 
	color: #C00;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:200%;
	background: #D0D0DF url(../img/bg_gradient.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x; 
	color: #000; 
}
body, p, td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;	
}
.del {
	text-decoration: line-through;
	display: none;
}
.main {
	background: #FFF; 
	text-align: center;
	margin: 2em auto;
	border: 1px solid #333;
	padding: 4em;
	display: block;
	max-width:900px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:0 0.1em 1em #333;
	-moz-box-shadow:0 0.1em 1em #333;
	-webkit-box-shadow:0 0.1em 1em #333;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin: 0px;
}
h3 {  
	padding-right: 10px; 
	margin-bottom: 0px;
	color: #999;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
.help {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}
.resBody {
	text-align: left;
	display: block;
	margin-bottom: 30px;
	padding-left: 40px;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}
