HTML {
	margin: 0px;
	width: 100%;
	height: 100%;
	color: black;
}
BODY {
	margin: 0px auto;
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 10pt;
	position: relative;
	height: 100%;
	background: #E0E0E0;
}
TD {
	font-size: 10pt;
}
FORM {
	margin: 0px;
}


H2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
H3 {
	font-size: 12pt;
	margin: 0px 0px 5px 0px;

}
H4 {
	margin: 0px;
	font-size: 12pt;
	font-weight: normal;
}

A {
	color: #0000C0;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
P {
	margin: 0em 0em 1em 0em;
}


#PageWrapper {
	background: white;
	position: relative; 
	margin: 0px auto;
	width: 936px;
	min-height: 100%; 
	border-left: solid 1px #808080; 
	border-right: solid 1px #808080;
}

#TitleBlock {
	background: url('images/bck.jpg'); 
	color: white; 
	padding: 10px 10px 20px 10px; 
	border-bottom: solid 1px #D0D0D0;
}

.MainPageContent {
	top: -1px;
	margin: 0px;
	background-color: #FFFFFF; 
	border-top: solid 1px #C0C0C0;
	position: relative;
	min-height: 350px;
}

.PageContentIndent {
	padding: 30px 20px 20px 20px;
}


#TabWrapper {
	background: url('images/bck2.jpg'); 
	padding-bottom: 28px;
}

.TabBar {
	clear: left; 
	margin-left: 15px;
	position: relative;
	padding-bottom: 5px;
	z-index: 2;
}
.TabBar LI {
	float: left;
	position: relative;
	padding: 8px 15px 8px 15px;
	border: solid 1px #C0C0C0;
	border-bottom: solid 1px #E0E0E0;
	margin-left: -1px;
	margin-top: -1px;
	list-style-type: none;	
	list-style-position: outside;
}

.TabBar .Selected {
	background-color: #FFFFFF;
	border-bottom: 0px;
	padding: 12px 15px 10px 15px;
	margin-top: -7px;
	top: 1px;
}

.TabBar .Unselected {
	background-color: #D8E3F4;
}

.TabBar .First {
	margin-left: 0px;
}


.TabBar .Last {
	border-right: solid 1px #C0C0C0;
}

.TabBar A {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.TabBar .Selected A {
	font-weight: bold;
}

.TabBar A:hover {
	color: black;
	text-decoration: underline;
}
.TabBar .Selected A:hover {
	color: black;
	text-decoration: none;
}

.TabBar .Mouseover	 {
	background-color: ivory;
}




.LIBM LI {
	padding-bottom: 5px;
}
.FAQ P {
	margin-top: 10px;
	font-size: 10pt;
}
.FAQ LI {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
}
.FAQ LI A {
	font-weight: bold;
	color: black;
}
.FAQ LI A:hover {
	text-decoration: none;
}
.FAQ P A {
	color: #0000C0;
}
.FAQ P A:hover {
	text-decoration: underline;
}




.BoxHeader {
	font-size: 12pt;
	border-bottom: solid 3px #C0C0C0;
	padding-bottom: 3px;
	margin-bottom: 1em;
}



.si {
	width: 16px;
	height: 16px;
	border: 0px;
}

.PL50 {
	padding-left: 50px;
}

.AR {
	text-align: right;
}
.AC {
	text-align: center;
}

.NOBR {
	white-space: nowrap;
}
.VT {
	vertical-align: top;
}

.PL20 {
	padding-left: 20px;
}
.PR10 {
	padding-right: 10px;
}
.W150 {
	width: 150px;
}
.W100 {
	width: 100px;
}
.PR20 {
	padding-right: 20px;
}
.B {
	font-weight: bold;
}
.PL0 {
	padding-left: 0px;
}
.PR50 {
	padding-right: 50px;
}
.GT {
	color: #808080;
}
.PTX {
	padding-top: 0.5em;
}
.GREEN {
	color: #008000;
}
.RED {
	color: #C00000;
}
.MT1 {
	margin-top: 0.5em;
}

.XTBL TD {
	border: solid 1px #F0F0F0;
	padding: 3px 10px 3px 10px;
}

.FS8 {
	font-size: 8pt;
}

.FS8 TD {
	font-size: 8pt;
}

.MT {
	margin-top: 1em;
}

