*{
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body 
{
	font-size:8pt;
}
span 
{
	font-size:8pt;
}
a 
{
	font-size:8pt;
}
.NormalText
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.MediumText
{
	font-weight: normal;
	font-size: 11pt;
	color: black;
	text-decoration: none;
}
.SmallText
{
	font-weight: normal;
	font-size: 7pt;
	color: #003399;
	text-decoration: none;
}
.SmallTextBlack
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.NormalLink
{
	font-weight: normal;
	font-size: 9pt;
	color: #003399;
	text-decoration: underline;
}
.EditLink
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
}
.BoldText
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.StepLocation
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.required
{
	font-weight: normal;
	font-size: 8pt;
	color: #FD0D2D;
}
.ChangedContent
{
	font-weight: bold;
	font-size: 8pt;
	color: #990000;
}
.BlueHeader
{
	font-weight:bold;
	font-size: 8pt;
	background-color:#3366CC;
	color:White;
	border: 1px solid gray;
}
.BackLink
{
	font-weight:bold;
	font-size: 10pt;
	color: #003399
}
.LargeText
{
	font-weight:bold;
	font-size: 12pt;
}
.FormHeader
{
	font-weight:bold;
	color:#003399;
	font-size: 11pt;
}
.FormHeaderTable
{
	border: solid 1px #ffcc00;	
}
.FormHeaderCell
{
	font-weight: bold;
	color: Black;
	background-color: #ffcc00;
}
.SectionHeader
{
	font-weight:bold;
	color:#990000;
	font-size: 12pt;
}
.SubsectionHeader
{
	font-weight:bold;
	color:#003399;
	font-size: 10pt;
}
.SummarySectionHeader
{
	font-weight:bold;
	color:#000000;
	font-size: 10pt;
	text-decoration: none;
}
.ReturnToMenu
{
	font-weight:bold;
	font-size: 10pt;
	color: #003399
}
li.MatchSite
{
	font-size:10pt;
	color:#990000;
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:10px;
	margin-left:20px;
	text-align:left;
}
li.MatchSite a{
	color:#003399;
	font-size:10pt;
	
}
.datagridHeader
{
	color: #003399;
	background-color: #FFFFCC;
}
.BoxTitle {
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
color: #ffffff;
background-color:Navy;
clip:   rect(   )
}
.BoxTitleCenter {
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
color: #ffffff;
background-color:Navy;
clip:   rect(   );
text-align: center;
}
.BoxTitleRed {
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
color: #ffffff;
background-color: #990000;
clip:   rect(   )
}
.UpdatingPanel
{
	background-color:#FFF69E;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:300px;
	padding:10px;
}

.modalPopupHeader 
{
    font-size: 150%;
    font-weight: bold;
    font-style: italic;
    background-color: #ccccff;
    border: solid 1px #ccccff;
    margin-bottom: 6px;
    cursor: move;
}