/*		Source: Dynamic Drive CSS Library
		URL: http://www.dynamicdrive.com/style/	*/

.basictab{
padding: 3px 0px 3px 0px ;
margin: 0px;
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: 0px;
}
.basictab li a{
text-decoration: none;
max-height: 24px;
padding: 3px 7px 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
font-size: 12px;
background-color: #F7F0CB;
color: #2d2b2b;
z-index: -1;
}
.basictab li a:visited{
color: #2d2b2b;
}
.basictab li a:hover{
background-color: #FFCC00;
color: black;
}
.basictab li a:active{
color: black;
}
.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #F5DF80;
color: black;
z-index: 5;
}
#Content p.dt {
margin: 0px 470px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height:0px;
text-align: right;
}
#Content p.stl {
position: relative;
top: -10px;
margin: 10px 0px 0px 105px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height: 0px;
color: black;
text-align: left;
}
#Content p.substl {
position: relative;
top: -1px;
margin: 0px 30px 20px 105px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height: 16px;
text-align: left;

}
#Content p.brk {
position: relative;
top: -30px;
margin: 30px 0px 20px 105px;
padding: 0px 0px 0px 0px;
font-size: 13px;
line-height: 0px;
color: black;
text-align: left;
font-style: italic;
}
#Content p.tlcn {
margin: 0px 0px 0px 0px;
padding: 30px 40px 10px 0px;
line-height: 18px;
font-size: 14px;
color: black;
text-align: center;
}#Content p.subtlcn {
margin: 0px 0px 0px 0px;
padding: 0px 40px 40px 0px;
line-height: 14px;
font-size: 13px;
text-align: center;
}
#Content p.ssn {
margin: 0px 0px 0px 0px;
padding: 20px 40px 30px 0px;
font-size: 13px;
color: black;
text-align: center;
}
.gray {
color: #999;
}
#Content p.sep {
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-size: 13px;
text-align: center;
}
