BODY,TABLE {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #333333;
}
H1 {
	margin-bottom : 0px;
}
b.medium {
	font-size : 9pt;
	color : #535353;
	font-weight : normal;
}
.white {
	color : White;
}
.headlarge {
	color : #333333;
	font-size : 12pt;
}
.headmedium {
	color : #004080;
	font-size : 13pt;
}
.headsmall {
	color : #003366;
	font-weight : bold;
	font-size : 10pt;
}
b.small {
	font-size : 8pt;
	font-weight : normal;
}
.small {
	font-size : 8pt;
}
.medium {
	font-size : 9pt;
	color : #535353;
}
.menulightgray {
	background-color : #F3F3F3;
}
.menudarkgray {
	background-color : #EEEEEE;
}
.darkdates {
	color : #df0000;
	font-size : 8pt;
	font-weight : bold;
}
.lightdates {
	color : #ff2222;
	font-size : 8pt;
	font-weight : bold;
}
td.headcolorbullet {
	background-color : #FF8000;
	height : 45px;
	width : 1px;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	/*color : #FF9900;
	*/
	text-decoration : underline;
	font-weight : bold;
	font-size : 10pt;
	color : Blue;
}
A:HOVER {
	text-decoration : underline;
	color : #FF4500;
	font-weight : bold;
}
A.bwhite, A:ACTIVE.bwhite, A:FOCUS.bwhite, A:LINK.bwhite, A:VISITED.bwhite {
	color : White;
	font-weight : bolder;
	font-size : 8pt;
	text-decoration : none;
}
A:HOVER.bwhite {
	color : #FDB91C;
	text-decoration : underline;
	font-weight : bold;
}

.mborder {
	border : 1px solid #FF9900;
	/*border-top : 0px; */
}
A.green,A:ACTIVE.green, A:FOCUS.green, A:LINK.green, A:VISITED.green {
	color : Green;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : underline;
}
A:HOVER.green {
	text-decoration : underline;
	color : #FF4500;
	font-weight : bold;
}
A.blue,A:ACTIVE.blue, A:FOCUS.blue, A:LINK.blue, A:VISITED.blue {
	color : #4169E1;
	font-weight : bold;
	font-size : 10pt;
}
A:HOVER.blue {
	text-decoration : underline;
	color : #FF4500;
	font-weight : bold;
}
A.orange,A:ACTIVE.orange, A:FOCUS.orange, A:LINK.orange, A:VISITED.orange {
	color : #FF6600;
	font-weight : bold;
	font-size : 10pt;
}
A:HOVER.orange {
	text-decoration : underline;
	color : #FF4E00;
	font-weight : bold;
}
A.gray,A:ACTIVE.gray, A:FOCUS.gray, A:LINK.gray, A:VISITED.gray {
	color : #737373;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}
A.gray:HOVER {
	text-decoration : none;
	color : #303030;
	font-weight : bold;
}
.lrgradient {
	background : url(../_images/hor_yellow_back.gif) repeat-y left;
}
.rlgradient {
	background : url(../_images/hor_yellow_back.gif) repeat-y right;
}
A.faketext, A:ACTIVE.faketext, A:FOCUS.faketext, A:LINK.faketext, A:VISITED.faketext {
	font-size : 8pt;
	text-decoration : none;
	color : #333333;
	font-weight : normal;
}
A:HOVER.faketext {
	text-decoration : underline;
}
.coloredbutton1 {
	border: 2px solid #30C230;
	background-color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: Black;
}
.coloredbutton2 {
	border: 2px solid #FF8000;
	background-color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: Black;
}
.darkred{
	color : #df0000;
	font-weight : bold;
}
A.smallgreen,A:ACTIVE.smallgreen, A:FOCUS.smallgreen, A:LINK.smallgreen, A:VISITED.smallgreen {
	color : Green;
	font-weight : bolder;
	font-size : 8pt;
	text-decoration : underline;
}
A:HOVER.smallgreen {
	text-decoration : underline;
	color : #FF4500;
}
A.smallblue,A:ACTIVE.smallblue, A:FOCUS.smallblue, A:LINK.smallblue, A:VISITED.smallblue {
	color : #4169E1;
	font-weight : bold;
	font-size : 8pt;
}
A:HOVER.smallblue {
	text-decoration : underline;
	color : #FF4500;
	font-weight : bold;
}
A.smallorange,A:ACTIVE.smallorange, A:FOCUS.smallorange, A:LINK.smallorange, A:VISITED.smallorange {
	color : #FF6600;
	font-weight : bold;
	font-size : 8pt;
}
A:HOVER.smallorange {
	text-decoration : underline;
	color : #FF4E00;
	font-weight : bold;
}
A.lightblue,A:ACTIVE.lightblue, A:FOCUS.lightblue, A:LINK.lightblue, A:VISITED.lightblue {
	color : #4169E1;
	font-weight : normal;
	font-size : 10pt;
}
A:HOVER.lightblue {
	text-decoration : underline;
	color : #FF4500;
	font-weight : normal;
}