a{
	color : Black;
	font-size : 9pt;
	text-decoration : underline;
}

a:link{
	color : Black;
}

a:visited{
	/* border:none -- breaks NS 4.x */
	color : Black;
}

a:hover{
	/* border:none -- breaks NS 4.x */
	color : #FA990A;
}

P {
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
}

TD {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 13px;
}

h1{
	color : #00552b;
	font : 14pt Trebuchet MS,sans-serif;
	text-align : center;
}

h2{
	color : #4B1965;
	font : 14pt Arial,Helvetica,sans-serif;
	margin-bottom : 0px;
	font-weight : bold;
}

h3{
	color : #4b1965;
	font : 13pt Arial,Helvetica,sans-serif;
	font-weight : bold;
	margin-bottom : 0px;
}

h4{
	color : #4b1965;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-weight : bold;
	text-decoration : underline;
}

h5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-weight : bold;
	text-decoration : underline;
}


OL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
}

UL {
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	margin-top : 5px;
	font-weight : normal;
}
LI {
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	letter-spacing : 1px;
	margin-top : 5px;
	font-weight : inherit;
}
/* main content */
.content { 
background-color: transparent;
padding: 1px 20px 0px 20px;  
text-align: left; 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-weight : normal;
  }
  
.choicesbox2 {
	background-color : #1B2053;
	border : 1px solid #FFFFCC;
	color : #FFFFFF;
	margin : 5px 8px;
	padding : 10px 5px 10px 20px;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 515px;
	text-align : left;
}

.choicesbox2 a:link {
	color : #FFFFCC;
}

.choicesbox2 a:visited {
	color : #FFFFCC;
}

 .choicesbox2 a:hover {
	color : #CCFF99;
}
/* sidebar buttons */
.button {
 background-color: #b1b296;
 color: #4B1965;
 margin-bottom:      3px;
 margin-top:         0px;
 padding: 3px;
 width:              180px;
 font-family : "MS Sans Serif", Geneva, sans-serif;
 font-size : 14px;
 font-weight : bolder;
 text-align : left;
 line-height : 18px;
}

/* sidebar button links */
.button a { 
color: #4B1965;
 font-family : Tahoma, Verdana, Helvetica, sans-serif;
 font-size : 12px;
 font-weight : 500;
 text-align : center;
 padding-left : 10px;
 text-decoration : none;
 }
 
 .button a:visited{
	/* border:none -- breaks NS 4.x */
	color : #4B1965;
}
 
.button a:hover { color: #FFFFCC; }

.button2 {
 color: #4B1965;
 margin-bottom:      0px;
 margin-top:         0px;
 width:              180px;
 padding: 3px;
 background : url(images/gradient.jpg) repeat-x;
}

.footer{
background-color: #1B2053;
border-top: 4px solid #CACBB9;
padding-top : 5px;
color : #FFFFFF;
text-align : center;
padding-bottom : 5px;
font-family : "MS Sans Serif", Geneva, sans-serif;
font-weight : normal;
font-size : 12px;
}

.footer a { background-color: transparent; color: #FFFFCC; }

.footer a:visited{
	/* border:none -- breaks NS 4.x */
	color : #FFFFCC;
}

.footer a:hover{
	/* border:none -- breaks NS 4.x */
	color : #CCFFFF;
}
