@CHARSET "UTF-8";

a
{
	color: #673266;
	text-decoration: underline;
	font-weight: bold;
}

.highlightedLink
{
	color: #B3A6C2 !important;
}

body
{
	color: #673266;
	font-family: Times New Roman, Arial;
	font-size: 14px;
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	background-color: #FFFFFF;
	text-align: center;
}

.body_text_div
{
	font-family: Times New Roman, Arial;
	font-size: 14px;
	font-style: normal;
	text-indent: 20px;
	line-height: 16px;
}

.br_div
{
	width: 100%;
	height: 16px;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}

.cb:after 
{
	clear: both;	
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.button
{
	font-family: Times New Roman, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #721915;
	background-color: #FFFFFF;
	color: #721915;
	padding: 3px 0px;
	width: 150px;
	cursor: pointer;
}

img
{
	border: 0px;
	margin: 0px;
}

.subsection_title
{
	font-size: 18px;
	font-weight: bold;
}

.errors_block_div
{
	width: 100%;
	color: red;
	font-weight: bold;
	margin: 10px 0px;
	font-size: 0.7em;
}

.congratulations_block
{
	width: 100%;
	color: green;
	font-weight: bold;
	margin: 10px 0px;
	font-size: 0.7em;
}

