.white_text_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
}

.body_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}

.title_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #311d5b;
}

.header_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #311d5b;
}

.box_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
}

a.box_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	text-decoration:underline;
}

a.box_text:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	text-decoration:none;
}

.form{
	font-size:11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

.form_error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #FF0000;
}

.high { 
	background-color: #E8E8E8;
}

.grey { 
	background-color: #C8C8C8;
}

.red { 
	background-color: #FF0000;
}

.blue { 
	background-color: #badee3;
}

.redtext {
	color:#FF0000;
}