/* style copyright  © 2001-2002 by BasicTemplates.com™, created on 4.26.2002. Duplication or redistribution is strictly prohibited. */

a:link{

	font-weight : none;
	text-decoration : none;
}


a:visited{

	font-weight : bold;
	text-decoration : none;
}

a:hover{
	color : ;
	font-weight : bold;
	text-decoration : none;
}

a:active{
	font-weight : bold;
	text-decoration : none;
	color: #F5C040;
}

body{
	color : #000000;
	font : 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
}

h1{
	color:#993399;
	font : bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
	text-decoration : none;
}

h2{
	font : bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
	text-decoration : underline;
}

p{
	font : 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-align: justify;
}

td{
		font : 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.doclinks {
	color: #000000;
	text-decoration: none;
	font: bold 14px"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.textlink {
	color: #993399;
	text-decoration: none;
	font:  bold 14px"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.headinglinks {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 14px"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-align:center
}
.headinglinksyellow {
	color: #993399;
	text-decoration: none;
	font: bold 14px"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-align:center
}
.bottomlinks {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #dbffff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}


.submenustyle{
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #ebffff;
}
