﻿body 
{
	margin:0px auto;
	background-color:#dedede;
	
}
#page
{
	margin:auto;
	width:611px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
	line-height:15px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#main
{
	height:1100px;
	margin:25px 50px;
	position:relative;
}
h3
{
	margin-top:30px;
	font-size:16px;
}
h4
{
	margin-top:0px;
	font-size:14px;
	margin-bottom:10px;
	line-height:20px;
}
a:link,a:visited
{
	text-decoration:underline;
}
a:hover,a:active
{
	text-decoration:none;
}
.ErrorText
{
    color: Red;
}
