h2 .pos {
	font-family:Verdana, Geneva, sans-serif;
}
.backcolor {
	background-color: #FFFFFF;
}
.menutbl {
	background:none;
	border:none;
}
.positions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
}
.positionsBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}
.tdcenter td { text-align:center; vertical-align:text-bottom; border:1px;}
.usr {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
.chromestyle {
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
}

.hide {
	display:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
* html .dropmenudiv a { /*IE only hack*/
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
}
.strng {
	font-weight: bold;
}
.fs80 {
	font-size:80%;
}
.fs3, .fs125 {
	font-size:125%;
}
.cntr {
	text-align: center;
}
.hdr {
	background-color:#aaaaaa;
	color:#000000;
	font-weight:600;
	text-align:center;
}
.row1 {
	background-color:#e8e8e8;
}
.row0 {
	background-color:#f8f8f8;
}
.ybox {
	background-color:#FFE01A;
	color:#000000;
	text-align:center;
	border-radius: 0 10px 0 10px;
	border: 1px solid #4e2f91;
	padding:3px;
}
.purtext {
	color:#ffffff;
	background-color:#4E2F91;
	vertical-align:middle;
	padding:10px 15px;
}
.warn {
	border: #222222 solid 2px;
	border-radius:8px;
	font-size:125%;
	background-color:#c00000;
	color:#e0e0e0;
}
.warn2 {
	background-color:#00c000;
	color:#000000;
}