BODY {
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #F8E8C4;
}

TD {
		font-size: 8.5pt; 
		font-family: Verdana, Arial, Helvetica;
		line-height: 150%;
}

TD.bgtop {
		border-top: solid 1px #B3BC7A;
}

TD.navmenu {
		background-color: #B5BD84;
}

TD.maincontent {
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
}

H1 {
		font-family: Verdana, Arial, Helvetica;
		font-size: 15px;
		color: #666633;
		margin-bottom: 2px;
		padding-bottom: 2px;
}

H2 {
		font-size: 12px;
		color: #666633;
		margin-bottom: 1px;
		padding-bottom: 1px;
}

P {
		font-size: 8pt; 
		font-family: Verdana, Arial, Helvetica;
}

FORM {
		margin-bottom:0px;
		margin-top:0px;
}

.bluebutton {
	FONT-SIZE: 8pt;
	BACKGROUND-IMAGE: url(/images/button_bg.gif);
	CURSOR: hand;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	LETTER-SPACING: 1px;
	BACKGROUND-COLOR: #ffffff;
}

.input {
		border-color: #999999;
		border-width: 1px;
		border-style: solid;
		background-color: #FFFFFF;
		width: 261px;
}

.graydashedline {
		border-bottom: dotted 1px #C0C0C0;
}

/* Need this for the menu */
.awmAnchor {
		position:relative;
		z-index:0
}

A.navlinknormal {
		font-family: Arial;
		display: block;
		font-size: 7pt;
		border-bottom: solid 1px #E0E0E0;
		background-color: #B5BD84;
		padding-bottom: 1px;
		padding-top: 1px;
		padding-left: 2px;
		text-decoration: none;
		color: #FFFFFF;
}

A.navlinknormal:hover {
		font-family: Arial;
		display: block;
		font-size: 7pt;
		border-bottom: solid 1px #E0E0E0;
		background-color: #D6D66B;
		padding-bottom: 1px;
		padding-top: 1px;		
		padding-left: 2px;
		text-decoration: none;
		color: #FFFFFF;
}

A.subnavlinknormal {
		font-family: Arial;
		display: block;
		font-size: 8pt;
		border-bottom: solid 1px #F8E8C4;
		padding-bottom: 2px;
		padding-top: 2px;
		padding-left: 2px;
		text-decoration: none;
		color: #000000;
}

A.subnavlinknormal:hover {
		font-family: Arial;
		display: block;
		font-size: 8pt;
		border-bottom: solid 1px #F8E8C4;
		background-color: #F8E8C4;
		padding-bottom: 2px;
		padding-top: 2px;		
		padding-left: 2px;
		text-decoration: none;
		color: #000000;
}

A {
		text-decoration: underline;
		color: #000080;
}

A:hover {
		color: #FB921F;
}

/* Used in footer; some good colors to use for A.bar might be:
#6495ed
#00bfff
#1e90ff
#87cefa
#7b68ee
#0096BC */
A.bar:link {
		color: #FFFFFF;
}

A.bar:visited {
		color: #D0DEEE;
}

A.bar:hover {
		color: #D0DEEE;
}

/*
	HTLPTIP STYLES - 
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

a.helpLink {
	color:				Green;
	text-decoration:	none;
	border-bottom:		1px dashed Green;
	cursor:				help;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
/* END HELPTIP STYLES */