@charset "utf-8";
/* CSS Document */

body,form,h1,h2,h3,h4,h5,h6,img,ul,li,div,table { margin: 0px; padding: 0px; border: 0px; }
body {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	font-size: 11px;
	color: #2C7392;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #2C7392;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #2C7392;
	text-decoration: underline;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
p {
	font-size: 10px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}