/**** Application Title ***************************************************/
.title {
	font-weight: bold; font-size: 14pt; color:#000000; font-family: Arial, Verdana
}

/**** BG CSS ***************************************************/
.hdrbg  { 
     background-color: #FFFFFF;
}
.mainbg {
	background-color: #FFFFFF;
}

/**** Main NAVIGATION ***************************************************/
.mainNav {
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

a.mainNav:link,
a.mainNav:visited {
	color:black;
}

a.mainNav:active,
a.mainNav:hover {
	color: Blue;
	text-decoration:underline;
}

/**** Form Button CSS **************************************************/
.button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; 
font-weight:bold; background-color: #CCCCCC; border: #999999; border-style: 
solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; 
border-left-width: 1px
}

.buttonover { font-family: Arial, Helvetica, sans-serif; font-size: 
12px; color: #FFFFFF; font-weight:bold; background-color: #003399; border: #999999; 
border-style: solid; border-top-width: 1px; border-right-width: 1px; cursor: hand;
border-bottom-width: 1px; border-left-width: 1px 
}

/**** Breadcrumbs CSS ***************************************************/
.breadcrumb {
	font-size: 8pt; 
	color: #333399; 
	font-family: Arial, Verdana
}
.breadcrumboff {
	font-size: 8pt; 
	color: gray; 
	font-family: Arial, Verdana
}
.breadcrumbpadding {
	margin-top: 5px; 
	margin-bottom: 0px
}

/**** Main Body CSS ***************************************************/
	
	p 	{
	font-family:Arial;
	font-size:10pt
}


.pageHeader {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

.smallGrey {
	font-size:10px;
	font-weight:bold;
	color: #333333;
}

.boldBlue {
    font-size:12pt;
	color:#003399;
	font-weight:bold;
}

.boldBlue14{
	font-family:Arial, Verdana;
	font-size:14pt;
	color:#003399;
}

.boldBlack{
    font-size:12pt;
	color:#000000;
	font-weight:bold;
}

.boldBlack8{
    font-size:12px;
	color:#000000;
	font-weight:bold;
}

.boldBlack10{
    font-size:10pt;
	color:#000000;
	font-weight:bold;
}

.boldRed{
	font-size:12pt;
	color: Red;
	font-weight:bold;
}

.textBlack8{
    font-size:12px;
	color:#000000;
	font-family:Arial;
}

.textBoldBlack8{
    font-size:12px;
	color:#000000;
	font-weight: bold;
	font-family:Arial;
}

.textRed10{
	font-size:10pt;
	color: Red;
}

.textGreen10{
	font-size:10pt;
	color: green;
}

.textBlue10{
	font-size:10pt;
	color: #003399;
	font-family:Arial;
}

.textBlue12{
	font-size:12pt;
	color: #003399;
	font-family:Arial;
}

.textBlack12{
	font-size:12pt;
	color:#000000;
	font-family:Arial;
}

.textBlack16{
	font-size:16pt;
	color:#000000;
	font-family:Arial;
}

.boldBlack16{
	font-size:16pt;
	color:#000000;
	font-weight: bold;
	font-family:Arial;
}
.boldTV24{
	font-size:24pt;
	color:#000000;
	font-weight: bold;
	font-family:Arial Black;
}
.boldRed18{
	font-size:18pt;
	color: Red;
	font-weight: bold;
	font-family: Arial;
}
.boldLIT24{
	font-size:24pt;
	color:#000000;
	font-weight: bold;
	font-family:Arial Black;
}
.boldREC24{
	font-size:24pt;
	color:#000000;
	font-weight: bold;
	font-family:Arial Black;
}
.inactiveLinks{
	color: Gray; 
	font-weight: bold;
}

.smallText{
	color:#000000;
	font-family:Arial;
	font-size: 10pt;
}

.bodytextlink {
	font-weight: bold; 
	font-size: 8pt; 
	color: #333399; 
	font-family:Arial;
}
.bodytextbold:link {
	font-weight: bold; 
	font-size: 10pt; 
	color: #333399; 
	line-height: 14pt; 
	font-family:Arial;
}
.bodytextbold:active {
	font-weight: bold; 
	font-size: 10pt; 
	color: #333399; 
	line-height: 14pt; 
	font-family:Arial;
}
.bodytextbold:visited {
	font-weight: bold; 
	font-size: 10pt; 
	color: #333399; 
	line-height: 14pt; 
	font-family:Arial;
}
.bodynavlinks {
	font-size: 9pt; 
	color: #000000; 
	font-family:Arial;
}
.bodynavlinksoff {
	font-size: 9pt; 
	color: gray; 
	font-family:Arial;
}

/**** Table STYLES ***************************************************/

td 	{
	font-family:Arial;
	font-size:10pt
}

th 	{
	font-family:Arial;
	font-size:12pt;
	color:#003399;
}

.thBlack 	{
	font-family:Arial;
	font-size:12pt;
	color:#000000;
}

.th12 	{
	font-family:Arial;
	font-size:12pt;
	color: #003399;
}

.TBHeaderBlue {
	color:#003399;
	font-family:Arial;
	font-size:12pt;
	font-style:italic;
	font-weight:bold
}

.TBHeaderBlack {
	color:#000000;
	font-family:Arial;
	font-size:12pt;
	font-style:italic;
	font-weight:bold
}

.tableRowSpacer1{
	font-size: 1px;
	font-family : Arial;
}

.tableRowSpacer2{
	font-size: 2px;
	font-family : Arial;
}

.tableRowSpacer4{
	font-size: 4px;
	font-family : Arial;
}

.tableRowSpacer10{
	font-size: 10px;
	font-family : Arial;
}

.tableRowSpacer14{
	font-size: 14px;
	font-family : Arial;
}

/**** FOOTER NAVIGATION ***************************************************/
.prfooter {
	font-weight: bold; 
	font-size: 7pt; 
	color: #FFFFFF; 
	font-family:Arial;
}
.footer {
	font-size: 8pt; 
	color: #FFFFFF; 
	font-family:Arial;
}
.navhead {
	font-size: 8pt; 
	color: #333399; 
	font-family:Arial;
}
.navlinks {
	font-size: 8pt; 
	color: #ffffff; 
	font-family:Arial;
}
.navlinks:link {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none
}
.navlinks:active {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: underline
}
.navlinks:visited {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none
}
.navlinksbld {
	font-weight: bold; 
	font-size: 9pt; 
	color: #ffffff; 
	font-family:Arial;
}
.navlinks:hover {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: underline
}

/**** Question Text STYLES ***************************************************/

	.qText 	{
	font-family:Arial;
	font-size:12pt
}

	.qtextComplete 	{
	font-family:Arial;
	font-size:12pt;
	color: Green;
}

	.qTextPending 	{
	font-family:Arial;
	font-size:12pt;
	color: Red;
}

.qtextBoldSmall 	{
	font-family:Arial;
	font-size:8pt;
	font-weight : bold;
}

.qtextBoldSmallWhite 	{
	font-family:Arial;
	font-size:8pt;
	font-weight : bold;
	color : White;
}

/**** Admin menus STYLES ***************************************************/
.menuBold{
	font-family:Arial;
	font-size: x-small;
	font-weight: bold;
}

.menuLink{
	font-family:Arial;
	font-size: xx-small;
}