body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
a:link    { color: #2b5885; text-decoration: none;}
a:visited { color: #2b5885; text-decoration: none;}
a:active  { color: #2b5885; text-decoration: none;}
a:hover   { color: #33bb33; text-decoration: none;}

.top a:link, .top a:active, .top a:visited {
	padding: 3px 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #2e86df;
	border-top: 1px solid #2e86df;
	border-left: 1px solid #2e86df;
	border-right: 1px solid #2e86df;
}
.top a:hover {
	padding: 3px 15px;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

h1 {
	font-size: 17px;
	color: #2b5885;
	margin: 0.5em 0;
	font-variant: small-caps;
}
h2 {
	font-size: 16px;
	color: #2b5885;
	margin: 0.4em 0;
	font-variant: small-caps;
}
h3 {
	font-size: 15px;
	color: #008800;
	margin: 0.4em 0;
	font-variant: small-caps;
}
h4 {
	font-size: 14px;
	color: #008800;
	margin: 0.4em 0;
	font-variant: small-caps;
}
p, ul, ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul {
	list-style: square;
	margin-left: 16px;
}
ul ul {
	list-style: disc;
}
pre {
	font-size: 13px;
	line-height: 15px;
	margin: 0 15px;
	padding: 5px;
	background-color: #eeeeee;
}
.header {
	font-size: 14px;
	color: #008800;
}
.blue {
	color: #2b5885;
}
.question{
	font-weight: bold;
}
.small_text {
	font-size: 12px;
	font-weight: normal;
	color: #757678;
	font-variant: normal;
}
.caps_text {
	color: #008800;
	font-variant: small-caps;
}
.line {
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
}

.main_title {
	color: #757678;
	width: auto;
	margin: 0 100px 20px 100px;
	text-align: center;
}
.top {
	font-size: 14px;
	width: auto;
	text-align: center;
	padding: 0;
	font-variant: small-caps;
	background-color: #2e86df;
}
.content {
	text-align: left;
	margin: 30px 100px 50px 100px;
}

.leftmargin {
        margin-left: 35px;
        margin-top: 4px;
}
u.gr {text-decoration:none; color: Green }
u.bl {text-decoration:none; color: Blue }
.captcha {display: none;}
