

/* Body Commands ***********************************/
body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font : arial, sans-serif;
	margin-top : 0px;
}
/* Body Commands ***********************************/

/* Standard fonts set for content areas****************/
TD {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
/* Standard fonts set for content areas****************/

/* Link Commands ***********************************/
a:active {
	color: #FFFFFF;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:link {
	color: #000000;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
/* Link Commands ***********************************/

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
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: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #FED6DC;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FED6DC;
color: black;
}
