<!-------------------------------- link specific styles --------------------------------------------->

A {font-size:10pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:underline; color:660033}
/*
	A:hover {font-size:10pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:underline; color:666666}
*/
A.textlink {font-size:10pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:underline; color:660033}
A.textlink:hover {font-size:10pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:none; color:666666}
A.smalllink {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:underline; color:660033}
A.smalllink:hover {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:none; color:666666}
A.smwhlink {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica;	text-decoration:underline; color:ffffff}
A.smwhlink:hover {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:none; color:FFCC00}
A.smbhlink {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica;	text-decoration:underline; color:000000}
A.smbhlink:hover {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:none; color:FFFF66}
A.smrhlink {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica;	text-decoration:underline; color:660033}
A.smrhlink:hover {font-size:8pt; font-weight:medium; font-family:verdana,arial,helvetica; text-decoration:none; color:FFFF66}


<!-------------------------------- text specific styles --------------------------------------------->
<!-- standard text in the display --> 
.text {font-family:verdana,arial,helvetica;	font-size:10pt; color:000000}
.bodytext {font-family:verdana,arial,helvetica;	font-size:8pt; color:000000; line-height: 150%;}
.whitetext {font-family:verdana,arial,helvetica; font-size:10pt; color:FFFFFF}
.smalltext {font-family:verdana,arial,helvetica; font-size:8pt; color:000000}
.smwhtext {font-family:verdana,arial,helvetica; font-size:8pt; color:FFFFFF}
.smbdwhtext {font-family:verdana,arial,helvetica; font-size:8pt; font-weight:bold; color:FFFFFF}
.redtext {font-family:verdana,arial,helvetica; font-size:10pt; color:660033}
.boldtext {font-family:arial,verdana,helvetica;	font-size:10pt;	font-weight:bold; color:000000}
.boldredtext {font-family:arial,verdana,helvetica; font-size:10pt; font weight:bold; color:660033}
.textblack {font-size: 12px; font-style: normal; color: #000000}
.textsmall {font-family: Verdana; font-size: 10px; color: #000000}
.headertext {font-family: Verdana; font-size: 14px; font-style: normal; font-weight: bold; color: #660033}

<!------------------------------ table specific styles ---------------------------------------------> 
TABLE.sign {background-repeat:no-repeat}

TR.TRred {background-color:660033}
TR.TRdkgrey {background-color:333333}
TR.TRltgrey {background-color:CCCCCC}
TR.TRblack {background-color:000000}

TD {font-family:verdana,arial,helvetica; font-size:10pt}
TD.TDred {background-color:660033}
TD.TDltgrey {background-color:CCCCCC}
TD.TDdkgrey {background-color:333333}
TD.TDblack {background-color:000000}

.flash {
	z-index: 1;
}

.homeBox {
	background-color : #AC8B46;
	border-style : solid;
	border-width : 1px;
	border-color : #660000;
	margin-bottom : 5px;
}

}

.newsarc {
	background-color : #A9A9A9;
	border-style : solid;
	border-width : 1px;
	border-color : #000000;
	margin-bottom : 5px;
	padding: 1em 1em 1em 1em;

}


/* Menu Bar */
#MenuBar {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 80%;
	border-top: 0em solid #000000;
	border-bottom: 0em solid #000000;
	background-color: #6A0934;
	text-align: center;
	white-space : nowrap;
}

#MenuBar UL {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

#MenuBar UL LI {
	float: left;
	position: relative;
	padding: 0em 0em 0em 0em;
	display: block;
}

#MenuBar A {
	text-decoration: none;
	color: #FFFFFF;
}

#MenuBar A:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#MenuBar UL LI UL {
	display: none;
	position: absolute;
	top: 1.8em;							/* IE positioning */
	left: -0.1em;						/* IE positioning */
	width: 16em;
	background-color: #6A0934;
	border: 0.1em solid #000000;
	padding: 0em 0em 0em 0em;			/* top padding for IE positioning */
	z-index: 100;
}

#MenuBar UL LI > UL {
	width: 16em;
	top: auto;
	margin: -0.2em 0em 0em 0em;			/* top padding for IE positioning */
	z-index: 100;
}

#MenuBar UL LI:hover, #MenuBar UL LI.over {
}

#MenuBar UL LI:hover UL, #MenuBar UL LI.over UL {
	display: block;
}

#MenuBar UL LI UL LI {
	width: 15.9em;
	margin-right: -0.45em;
	padding: 0.3em 0.3em 0.3em 0.3em;
	white-space : normal;
	text-align: left;
	border-bottom: 0.1em solid #000000;
	z-index: 100;
}

#MenuBar UL LI UL LI A {
	text-decoration: none;
}

#MenuBar UL LI UL LI.Last {
	border-bottom: 0em solid #000000;
}

#MenuBar UL LI UL > LI {
	margin-right: 0em;
	width: 15.5em;
}

#MenuBar UL LI UL LI:hover, #MenuBar UL LI UL LI.over2 {
}

TR.Disabled TD {
	color: #AAAAAA;
}

TR.Disabled TD INPUT {
	color: #666666;
	background-color: #CCCCCC;
}