
/* cream */
.button, .button_selected {
 font-size: 11px;
 font-weight: normal;
 color: #000066;
 background: #cccc99;
 border-left:   1px solid #aaaa77;
 border-top:    1px solid #aaaa77;
 border-right:  1px solid #004A00;
 border-bottom: 1px solid #004A00;
 height: 18px;
 text-decoration: none;
 cursor: hand;
}
 
 .button_selected {
 font-weight: bold;
 color: #ffffff;
 background: #cc3300;
 border-left:   1px solid #ff3300;
 border-top:    1px solid #ff3300;
 border-right:  1px solid #993300;
 border-bottom: 1px solid #993300;
} 
 

/* dark blue */
 .bluebutton_selected {
 font-weight: Bold;
 color: #eeeecc;
 background: #336699;
 border-left:   1px solid #aaaa77;
 border-top:    1px solid #aaaa77;
 border-right:  1px solid #004A00;
 border-bottom: 1px solid #004A00;
}

 
/* Orange */
 .orangebutton {
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 background: #cc3300;
 border-left:   1px solid #ff3300;
 border-top:    1px solid #ff3300;
 border-right:  1px solid #993300;
 border-bottom: 1px solid #993300;
 height: 18px;
 text-decoration: none;
 cursor: hand;
} 
 
/* cream button*/
 .creambutton { 
 font-size: 11px;
 font-weight: bold;
 color: #004A00;
 background: #eeeecc;
 border-left:   1px solid #cccc99;
 border-top:    1px solid #cccc99;
 border-right:  1px solid #336699;
 border-bottom: 1px solid #336699;
 height: 18px;
 text-decoration: none;
 cursor: hand;
}

/* red button */
.redbutton {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #cc3300;
	border-left:   1px solid #ff3300;
	border-top:    1px solid #ff3300;
	border-right:  1px solid #993300;
	border-bottom: 1px solid #993300;
	height: 18px;
	text-decoration: none;
	cursor: hand;
	text-align: center;
}

/* blue button */
.bluebutton { 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	background: #336699; 
	border-left:   2px solid #3366DD; 
	border-top:    2px solid #3366DD; 
	border-right:  2px solid #336655; 
	border-bottom: 2px solid #336655; 
	height: 21 px; 
	text-decoration: none; 
	cursor: hand; 
	text-align: center;
} 

/* green button */
.greenbutton {
 font-family: tahoma,sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
 background: #3C7A49;
 border-left:   1px solid #4AA65B;
 border-top:    1px solid #4AA65B;
 border-right:  1px solid #1B5927;
 border-bottom: 1px solid #1B5927;
 height: 18px;
 text-decoration: none;
 cursor: hand;
}

body {
	margin:0;
}

body, td {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.side-head {
	color: #FFFFFF;
	font-size: 1em;
	text-transform: none;
	font-variant: small-caps;
	font-weight:bold;
}

li.links   {
list-style-image:url(rightarrow.gif);
color:#FFFFFF;
}

hr.side {
	height: 1px;
	border: 0;
	color:#CAC9B7;
	background-color:#999999;
}

a.sidebar-link	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}

a.sidebar-link:hover {
	color:#E8E2B1;
	text-decoration:none;
	font-weight:bold;
}

a.format-link	{
	text-decoration:none;
	font-weight:normal;
	color:#004A00;
	font-size:10px;
}

a.format-link:hover {
	color:#004A00;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}

a {
	color:#006600;
	text-decoration:underline;
}

a:hover {
	color:#006600;
	text-decoration:none;
}

.small {
	font-size: xx-small;
}

.big { 
	font-size: large;
	font-weight: bold;
}

.coll-head {
	color:	#0F4323;
	font-weight:bold;
	font-size:13px;
	padding:3px;
}

.pghead {
	color:	#004A00;
	font-weight:500;
	font-size:22px;
	padding:0 0 6px 0;
}

a.more {
	color:	#004A00;
	text-decoration:none;
}

a.more:hover {
	color:	#004A00;
	text-decoration:underline;
}


.topBarDividers {
	font-size: 80%; color: #606466; 
}
.topBarLinks {
	font-size: 80%; color: #ffffff; 
}
A.topBarLinks {
	color: #ffffff; text-decoration: none
}
A.topBarLinks:hover {
	text-decoration: underline;
}

A.navBarAnchor {
	font-weight: bold; font-size: 75%; color: white; line-height: 90%; text-decoration: none
}
A.navBarAnchor:hover {
	font-weight: bold; color: white; text-decoration: underline
}
A.navBarCurrent {
	font-weight: bold; font-size: 75%; color: #ffff66; line-height: 90%; text-decoration: none
}
.topBar {
	font-size: 80%; color: #ffffff; 
}
A.topBarAnchor {
	color: #ffffff; text-decoration: none
}
A.topBarAnchor:hover {
	text-decoration: underline
}
.tabText {
	font-weight: bold; font-size: 80%; color: #ffffff
}
A.TabActive {
	color: #ffffff; text-decoration: none; font-size: 100%
}
A.TabInactive {
	color: #333300; text-decoration: none; font-size: 100%
}
A.TabInactive:hover {
	color: #000000; text-decoration: underline
}
.globalLinks {
	font-size: 80%; color: #004A00 
}
A.globalAnchor {
	 color: #004A00; text-decoration: none; font-size:10px;
}
A.globalAnchor:hover {
	color: #004A00; text-decoration: underline;  font-size:10px;
}
A.tinyAnchor {
	font-size: 70%; color: #004A00; text-decoration: none
}
A.tinyAnchor:hover {
	color: #004A00; text-decoration: underline
}

A.smallAnchor {
	font-size: 80%; color: #004A00; text-decoration: none
}
A.smallAnchor:hover {
	color: #004A00; text-decoration: underline
}

A.mediumAnchor {
	font-size: 100%; color: #004A00; text-decoration: none
}
A.mediumAnchor:hover {
	color: #004A00; text-decoration: underline
}

A.largeAnchor {
	font-size: 100%; color: #004A00; text-decoration: none
}
A.largeAnchor:hover {
	color: #004A00; text-decoration: underline
}

A.smallBoldAnchor {
	font-size: 80%; color: #004A00; text-decoration: none; font-weight: bold
}
A.smallBoldAnchor:hover {
	color: #004A00; text-decoration: underline; font-weight: bold
}

A.mediumBoldAnchor {
	font-size: 100%; color: #004A00; text-decoration: none; font-weight: bold
}
A.mediumBoldAnchor:hover {
	color: #004A00; text-decoration: underline; font-weight: bold
}

A.largeBoldAnchor {
	font-size: 100%; color: #004A00; text-decoration: none; font-weight: bold
}
A.largeBoldAnchor:hover {
	color: #004A00; text-decoration: underline; font-weight: bold
}

A.smallWhiteBoldAnchor {
	font-size: 80%; color: #FFFFFF; text-decoration: none; font-weight: bold
}
A.smallWhiteBoldAnchor:hover {
	color: #004A00; text-decoration: underline; font-weight: bold
}

A.mediumWhiteBoldAnchor {
	font-size: 100%; color: #FFFFFF; text-decoration: none; font-weight: bold
}
A.mediumWhiteBoldAnchor:hover {
	color: #004A00; text-decoration: underline; font-weight: bold
}

A.largeWhiteBoldAnchor {
	font-size: 100%; color: #FFFFFF; text-decoration: none; font-weight: bold
}
A.largeWhiteBoldAnchor:hover {
	color: #004A00; text-decoration: underline; font-weight: bold
}

.tableBodyText {
	font-weight: normal; font-size: 80%; color: #000000
}
.tableBodyHighlightText {
	font-weight: bold; font-size: 90%; color: #CC3300 
}
.tableBodyBoldText {
	font-weight: bold; font-size: 90%; color: #000000
}
.tableHeadingText {
	font-weight: bold; font-size: 120%; color: #FFFFFF 
}
.normalBlackFont0 {
	font-weight: normal; font-size: 70%; color: #000000
}
.normalBlackFont1 {
	font-weight: normal; font-size: 80%; color: #000000
}
.normalBlackFont1:hover {
	font-weight: normal; font-size: 80%; color: #000000text-decoration: underline; 
}
.normalBlackFont2 {
	font-weight: normal; font-size: 100%; color: #000000 
}
.normalBlackFont3 {
	font-weight: normal; font-size: 120%; color: #000000 
}
.italicBlackFont1 {
	font-weight: italics; font-size: 80%; color: #000000
}
.italicBlackFont2 {
	font-weight: italics; font-size: 100%; color: #000000 
}
.boldBlackFont1 {
	font-weight: bold; font-size: 80%; color: #000000
}
.boldBlackFont2 {
	font-weight: bold; font-size: 100%; color: #000000;
}
.boldBlackFont3 {
	font-weight: bold; font-size: 120%; color: #000000 
}
.normalWhiteFont1 {
	font-weight: normal; font-size: 80%; color: #ffffff
}
.normalWhiteFont2 {
	font-weight: normal; font-size: 100%; color: #ffffff 
}
.normalWhiteFont3 {
	font-weight: normal; font-size: 120%; color: #ffffff 
}
.boldWhiteFont1 {
	font-weight: bold; font-size: 80%; color: #ffffff
}
.boldWhiteFont2 {
	font-weight: bold; font-size: 100%; color: #ffffff 
}
.boldWhiteFont3 {
	font-weight: bold; font-size: 120%; color: #ffffff 
}
.boldRedFont1 {
	font-weight: bold; font-size: 80%; color: #D51717
}
.boldRedFont2 {
	font-weight: bold; font-size: 100%; color: #D51717 
}
.boldRedFont3 {
	font-weight: bold; font-size: 120%; color: #D51717 
}
.normalBlueFont1 {
	font-weight: normal; font-size: 80%; color: #407FBA
}
.normalBlueFont2 {
	font-weight: normal; font-size: 100%; color: #407FBA 
}
.normalBlueFont3 {
	font-weight: normal; font-size: 120%; color: #407FBA 
}
.comboBox {
	font-weight: normal; font-size: 80%; color: #000000 
}
.textInputBox {
	font-weight: normal; color: #000000; 
}
.tableBackground {
	background : #FFFFFF;
}
.tableBackgroundHighlight {
	background : #EEEECC;
}



#footer {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0;
	padding: 5px 12px 6px 12px;
	text-align: right;
	}
	
#footer span {
	display: none;
	}

#footer span#copyright {
	display: inline;
	float: left;
	}

.nav {
	font-size: 11px;
	display: block;
	text-decoration: none;
}

.nav a.tab {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px 5px 6px;
	background: #006600;
	font-weight:normal;
}

.nav strong {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 10px 5px 6px;
	background: #999966;
	font-weight:normal;
}

.nav a.strong:hover {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #999966;
	font-weight:normal;
}

.nav a.tab:hover {
	color: #FFFFFF;
	background: #004A00;
	font-weight:normal;
}

h3 {color:#004A00;
		font-size:15px;
		font-weight:600;
		margin: 5px 0 3px 0;
		}


