body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	background: #fff
}

hr
{
	color: #3130CE;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
	letter-spacing: 1px;
}

a.imagelink:link {
	text-decoration: none;
}

input, select, td
{
	font-size:12px	
}

.FullWidth
{
	width: 100%
}

.SectionHeader
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #013065;
}

.PageHeader, .customheader
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #013065;
	text-decoration: underline;
}

.blockbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.DataGrid
{
	font-size: 12px;		
}

.DataGridHeader
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: #efefef;
}

.DataGridPager
{
	font-size: 12px;
	font-weight: bold;	
	color: #013065;
}

.DataGridItem
{
	background: #fff;	
}

.DataGridNumericData
{
	text-align: right;
}

.DataGridDateData
{
	text-align: center;
}

.DataGridAlternatingItem
{
	background: #bfbfbf;
}

.DataGridFooter
{
	background: #efefef;
}

.ValidationMessage
{
	font-size: 12px;
}

.Calendar
{
	font-family: Arial;
}

.CalendarWeekends
{
	background: #ddd;
}




.content-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: FF0000;
}


