﻿body
{
	background-image: url(images/bckgrnd_grey.gif);
}
	
.PageTitle
{	
	font-family: Arial;	
	font-size: 16px;
	color: #9b3838;
}

.Standard 
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 12px; 
	font-weight: normal; 
}

.StandardDisabled
{
	font-family: Arial, Helvetica, sans-serif; 
	color:  #333333; 
	font-size: 12px; 
	font-weight: normal;
	background-color: InactiveCaption;  
}

.StandardBold
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 12px; 
	font-weight: bold; 
}

.Error
{
	font-family: Arial, Helvetica, sans-serif; 
	color: Red; 
	font-size: 12px; 
	font-weight: bold; 
}

a:link 
{	
	color: #9b3838;
}

a:visited 
{	
	color: #333333;
}

.SubmissionFormField
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 10px; 
	font-weight: normal; 
}

.SubmissionFormLabel
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 10px; 
	font-weight: bold; 
}

.BreakLine
{	
	font-family: Arial;	
	font-size: 16px;
	color: #9b3838;
    font-weight:bold;
}