a:link       { color: blue; text-decoration: underline; font-size: 13pt; font-weight: bold;font-family: Arial, Helvetica, sans-serif }
a:active     { color: blue; text-decoration: underline }
a:visited    {  color: blue; text-decoration: underline; font-size: 13pt; font-weight: bold;font-family: Arial, Helvetica, sans-serif }
a:hover     { color: red; text-decoration: underline  } 
a.ahiddenlink { position: absolute;
	width: 180px; height: 75px; z-index: 3; 
	left: -220px; top: -95px; visibility: visible }
a.hiddenlink2 { display: none }
a.Command	 {font-weight: bold}

/*	Paragraph class: hide by positioning text off the page	*/
p.ahiddentext { position: absolute; 
	width: 180px; height: 75px; z-index: 3; 
	left: -220px; top: -95px; visibility: visible }
div 
{
	padding-top: 2px;
}

body { 
	border:0px solid gray; 
	BACKGROUND-COLOR: White;
	background-image: url('none'); 
    color: rgb(0, 51, 51);
    vertical-align: none; 
    font-family: Arial;
    /* font-Size: 10pt; */
    font-style: normal;                
    font-weight: normal; 
}

.Tab 
{
	color: rgb(0, 51, 51);
}
.TabSelected 
{
	color: White;
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR: #606000; 
}

/*	TABLE TAGS	*/
table  { 
	table-border-color-light: rgb(204, 153, 0); 
	table-border-color-dark: rgb(51, 102, 102) ;
	font-family: Arial;
	/* font-size: 10pt; */
	font-style: normal;
	font-weight: normal; 
	text-align: none;
	bgcolor: Black
}
th
{
	font-weight: bold;
	background: khaki;
	font-family: Arial;
}

textarea { 
	font-family: Arial; 
	font-style: normal;
	/* font-size: 8pt;  */
	border-style: solid;                
	border-width: 1pt ; 
	color: rgb(0, 0, 0)
}

/*	LIST TAGS	*/
li { 
	list-style-type: decimal ;
	font-family: Arial; 
	/* font-size: 10pt; */
}
OL { 
	list-style-type: upper-alpha;
	font-family: Arial; 
	/* font-size: 10pt; */
}
OL OL { 
	list-style-type: decimal;
	font-family: Arial; 
	/* font-size: 10pt; */
}


/*	HEADER TAGS	*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial; 
	/* font-size: 18pt; */
	font-style:normal;
	font-weight:bold;	
	font-variant:small-caps;
	/* letter-spacing:4; #FF0000*/
	letter-spacing:1;
	border-bottom:1px rgb(255,0,0) solid;
}
h1 {
	color: rgb(0, 51, 102);
}
h2 {
	color: rgb(51, 0, 153); 
}
h3 {
	/* color: rgb(204, 0, 153);  */
	color: rgb(0, 51, 102);
}
h4 {
	color: rgb(0, 51, 102);
}
h5 {
	color: rgb(51, 0, 153);
}
h6 {
	color: rgb(204, 0, 153);
}

H1.Application {}
H2.Special { text-align: center; }
H3.Form {}
H4.Section {}

TR.Header { FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: olive; TEXT-ALIGN: center }
TR.Header TD A:link { COLOR: white; text-decoration: underline }
TR.Header TD A:active { COLOR: white; text-decoration: underline }
TR.Header TD A:visited { COLOR: white; text-decoration: underline  }
TR.Header TD A:hover { COLOR: white; text-decoration: underline  }
TR.Footer { FONT-WEIGHT: bold; BACKGROUND-COLOR: cornsilk }
TR.Selected { background-color: #ccffcc; }
TR.Divider {}

TD.Label { VERTICAL-ALIGN: top; TEXT-ALIGN: right }
TD.Value { VERTICAL-ALIGN: top }
TD.EmLabel { font-weight: bold; vertical-align: top; text-align: right; }
TD.EmValue { font-weight: bold; VERTICAL-ALIGN: top }
TD.Divider { WIDTH: 16px }

P.Message { BORDER-RIGHT: red 2px solid; PADDING-RIGHT: 4px; BORDER-TOP: red 2px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; BORDER-LEFT: red 2px solid; WIDTH: 100%; PADDING-TOP: 4px; BORDER-BOTTOM: red 2px solid; TEXT-ALIGN: center }
P.CommandLine {	TEXT-ALIGN: center }

img.Button {Border: 0}
Address.Site { font-weight: bold; padding-left: 0.25in; position: relative; }
Address.Address { padding-left: 0.25in; position: relative; }