body
{
}

.PrimaryText
{
 font-size: 10pt;
 color: black;
 font-family: Verdana, Sans-Serif;
 text-align: left;
 text-decoration: none;
}

.PrimaryTextRight
{
 font-size: 10pt;
 color: black;
 font-family: Verdana, Sans-Serif;
 text-align: right;
 text-decoration: none;
}

/* Define standard hyperlinks */	
a:link  { color: blue; text-decoration: none;  }  
a:active { color: blue; text-decoration: none;  }
a:visited { color: blue; text-decoration: none;  }
a:hover { color: blue; text-decoration: none; }


.ContentCell
{
 border-right: #cecace 3px solid;
 padding-right: 15px;
 padding-left: 15px;
 font-size: 10pt;
 padding-bottom: 0px;
 color: black;
 padding-top: 15px;
 border-bottom: #650000 3px solid;
 font-family: Verdana, Arial, Sans-Serif;
}

.MenuCell
{
 border-left: #cecace 0px solid;
 font-size: 10pt;
 color: black;
 border-bottom: #650000 3px solid;
 font-family: Verdana, Arial, Sans-Serif;
 height: 300px;
}

.LeftCell
{
 border-left: #650000 3px solid;
 height: 7px;
 background-color: #cecace;
}

.RightCell
{
 border-right: #650000 3px solid;
 height: 7px;
 background-color: #cecace;
}

.BottomMenuBorder
{
 border-bottom: black 3px solid;
 background-color: black;
}

.GenericHeaderPlain
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}

.Footer
{
 font-size: 8pt;
 color: black;
 font-family: Verdana, Arial;
 text-align: center;
}

.StatusMessage
{
 font-weight: bold;
 font-size: 11pt;
 color: red;
 font-family: Verdana, Sans-Serif;
 text-align: center;
}

.SubmitButton
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Sans-Serif;
}

.StatusMessage
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana, Sans-Serif;
	text-align: right;
}

.BackEndInputLabel
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
}
.BackEndInputLabelRequired
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color:Red;
}

.BackEndLink:link
{
  color:Black;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
}
.BackEndLink:visited
{
 color:Black;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
}
.BackEndListData
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
}


