body
{

}

td
{
	font-size: 8pt;
	font-family: verdana;	
}
td.leadcell
{
	background-color:#354078;
	color:#FFFFFF;
	font-size: 8pt;
	font-family: verdana;	
}
td.leadcell2
{
	background-color:#202463;
	color:#FFFFFF;
	font-size: 10pt;
	font-family: verdana;
	font-weight:bold;	
}

.header
{
	font-size: 12pt;
	font-family: verdana;
	color: #202463;
	font-weight: bold;
}
a:visited
{
    color: #202463;
}
a:active
{
    color: #94A2C7;
}
a:hover
{
    color: #94A2C7;
}

a
{
    font-weight: normal;
    font-size:8pt;
    color: #202463;
    font-family: verdana;   
}

.head
{
    font-weight: normal;
    font-size:10pt;
    color: #ffffff;
    font-family: verdana;   
    font-weight: bold;
}
.darkhead
{
    font-weight: normal;
    font-size:10pt;
    color: #202463;
    font-family: verdana;   
    font-weight: bold;
}


.menu
{
	font-size:10pt;
	font-family: verdana;  
	text-decoration: none;
	font-weight: bold;
}

.formhead
{
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
	color: #ffffff;	
	background-attachment: fixed;
	background-image: url(images/contact_bg.jpg);
	background-repeat: repeat;
	background-position:center bottom; 
}
HR 
{
    color: #354078 ;
    height:1pt;
    text-align:center
}

.ophead
{
	font-size: 14pt;
	font-family: verdana;
	font-weight: bold;
	color: #171B3E;
}


.opsubhead
{
	font-size: 12pt;
	font-family: verdana;
	font-weight: bold;
	color: #171B3E;
}

.newshead
{
    font-weight: normal;
    font-size:10pt;
    color: #000000;
    font-family: verdana;   
    font-weight: bold;
}

td.footer
{
	font-size: 8pt;
	font-family: verdana;
	font-weight: normal;
	color: #ffffff;	

	
}

a.footer:visited
{
    color: #ffffff;
}
a.footer:active
{
    color: #ffffff;
}
a.footer:hover
{
    color: #ffffff;
}
a.footer
{
    font-weight: normal;
    font-size: 8pt;
    color: #ffffff;
    font-family: verdana;
    text-decoration: underline;
}

.ticorbg
{
	background-attachment: fixed;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.standard
{
	font-size: 8pt;
	font-family: verdana;
}
.standardTitle
{
	font-size: 8pt;
	font-family: verdana;
	font-weight:bold;
}

/********  REPORT/DETAIL PAGES **********/
.ReportPage
{
	width: 600px;
}

.ReportTitle
{
	border-bottom: solid 1px Black;
}
.ReportInfoTable
{
	border: solid 1px #354078;
}
.ReportInfoTable td
{
	border: 1px;
	border-color: #354078;
	padding: 3px;
}

.ReportInfoTableHeaders
{
}
.ReportInfoTableHeaders td
{
	padding-right: 5px;
	color:  White;
	background-color: #354078;
}

.ReportDetailTableHeaders
{
}
.ReportDetailTableHeaders td
{
	padding-right: 5px;
	color:  White;
	background-color: #354078;
}

/*********** EVENTS PAGE **********/
.EventsPageListItem
{
	 border: solid 1px #354078;	 
}
.EventsPageListItem td
{
	padding-left: 3px;
}
.EventsPageListItem.Heading
{
	border-style: none;
	background-color: #354078;
	color: White;
	font-weight: bold;
}
.EventsPageListItem.Heading td
{
	font-weight: bold;
}

/******** SURVEY CONTROL ************/

.Survey
{
	border-right: #354078 1px solid;
	border-top: #354078 1px solid;
	border-left: #354078 1px solid;
	border-bottom: #354078 1px solid;
	background-color: #FAFAF5;
	width: 450px;
}
.SurveyTitle
{
	background-color: #354078;
	color: #FAFAF5;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.SurveyInstructions
{
}
.SurveyItems
{
	text-align: center;
}
.SurveyRow
{
	background-color: #E6E6CC;	
}
.SurveyAltRow
{
	
	background-color: #FAFAF5;
}
.SurveyValues
{
}

