A.nav {
	color: White;
}
A.nav:visited {
	color: Purple;
}
A.nav:active {
	color:Red;
}
A.nav:hover {
	background-color: Red;
	color: White;
}
A {
	color: Blue;
}
A:visited {
	color: Purple;
}
A:active {
	color:Red;
}
A:hover {
	background-color: Blue;
	color: Aqua;
}
A.chosen {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight : bolder;
	color:#ffffff;
	text-decoration : none;
}
A.unchosen {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color:#000000;
	text-decoration : none;
}
A.chosen:visited {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight : bolder;
	color:#ffffff;
	text-decoration : none;
}
A.unchosen:visited {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color:#000000;
	text-decoration : none;
}
.chosen {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight : bolder;
	color:#ffffff;
	background-color : #FF6E00;
}
.unchosen {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color:#000000;
	background-color : #FF9900;
}
.nameblock {
	font-family: Arial,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color:#000000;
}
.important {
COLOR: #ff0000;
font-style: italic;
}
.nav {
	FONT-SIZE: x-small;
	FONT-FAMILY: arial, sans-serif, helvetica;
}
.tenxfooter { 
FONT-SIZE: .6em; 
COLOR: #000000; 
FONT-FAMILY: arial, sans-serif, helvetica; 
TEXT-ALIGN: center; 
}
A.tenx {
COLOR: #ffffff; 
}
.amtrains { 
FONT-SIZE: .6em; 
COLOR: #000000; 
FONT-FAMILY: arial, sans-serif, helvetica;
}
.smallspace {
    CLEAR: right;
    MARGIN-TOP: 1em;
    MARGIN-BOTTOM: 0.25em;
    COLOR: #ffffff;
    FONT-FAMILY: sans-serif
}
h1.point {
	margin-top: .5em;
	margin-bottom: .5em;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.2em;
}
h1.heading {
	margin-top: .5em;
	margin-bottom: .5em;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.2em;
	color: #FF6E00;
}
p, li {
	COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    }
	
ul.nav {
	margin-left : 15px;
	list-style : circle outside;
}
.header {
	margin-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
}
.imp {
	font-weight : bold;
	font-size : 105%;
	font-family : Arial, Helvetica, sans-serif;
}
.invert	{ 
 font-family: "Arial"; 
 font-weight: bold; 
 background: #999999; 
 color: #ffffff; 
 width:240px;
 text-align:left;
}

a.navLink {
    display: block;
    text-decoration: none;
    width: 208px;
    color: white;
    border-bottom:1px dotted #666666;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
}
a.navLink:hover {
   background-color:#ff0000;
} 

table.form_info {
    width:600px;
}
.navCell { background-color: #0099cc; }
div.content { margin: 30px 12px; }
.content p { font-size: 14px; }
.nav p { margin-left: 12px; }

