/* BODY AREA FONT STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font-family : Verdana;
	font-size : 10px;
	color : black;
}
td {
	font-family : Verdana;
	font-size : 10px;
	color : black;
}
td.copyright {
	font-family : Verdana;
	font-size : 10px;
	color : gray;
}

/*  NORMAL LINK STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link {
	font-family : Verdana;
	font-size : 10px;
	color : #003399;
}
a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #800080;
}
a:active {
	font-family : Verdana;
	font-size : 10px;
	color : #FF3300;
}


/*  INPUT FIELD VALUES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input {
	font-family : Verdana;
	font-size : 10px;
	color : black;
}
select {
	font-family : Verdana;
	font-size : 10px;
	color : black;
}


/*  NAVIGATION MENU STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link.navigation {
	font-family : Verdana;
	color : #666666;
	text-decoration : none;
}
a:visited.navigation {
	font-family : Verdana;
	color : #666666;
	text-decoration : none;
}
a:hover.navigation {
	font-family : Verdana;
	color : red;
	text-decoration : none;
}
a:link.textnav {
	font-family : Georgia;
	font-size : 12px;
	color : White;
	text-decoration : none;
}
a:visited.textnav {
	font-family : Georgia;
	font-size : 12px;
	color : White;
	text-decoration : none;
}
a:hover.textnav {
	font-family : Georgia;
	font-size : 12px;
	color : red;
	text-decoration : none;
}


/*  NAVPAGE HEADER STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
H1.navpages {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #003399;
	margin-bottom : -2em;
}
H2.navpages {
	font-family : Verdana;
	font-size : 19px;
	margin-bottom : -.07em;
	padding : 0 0 5 0;
}
H3.navpages {
	font-family : Verdana;
	font-size: 17px;
	margin-bottom : -.07em;
	color : #003399;
	padding : 0 0 5 0;
}
H4.navpages {
	font-family : Verdana;
	font-size: 16px;
	margin-bottom : -.07em;
	color : #003399;
	padding : 0 0 5 0;
}
H5.navpages {
	font-family : Verdana;
	font-size : 14px;
	margin-top : -.07em;
	margin-bottom : .2em;
	color : dimgray;
	font-weight : bold;
}


/*  CORPORATE PAY PLAN STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td.payplan {
	font-family : Verdana;
	font-size : 16px;
	color : white;
	font-weight : bold;
}


/*  MEMBER BLUE WINDOW STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td.tableHeaderWhite {
	font-family : Verdana;
	font-size : 16px;
	color : white;
	font-weight : bold;
}
td.smallWhite {
	font-family : Verdana;
	font-size : 10px;
	color : white;
	font-weight : bold;
/*	padding : 1 0 1 4; */
}


/*  TOOLTIP STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#ToolTip {
	position : absolute;
	width : 100px;
	top : 0px;
	left : 0px;
	z-index : 4;
	visibility : hidden;
}