/************ Base styles **************/
body,td,th {
	font-family: Verdana, Arial, sans-serif;
}
#Top_Logo {
	position:absolute;
	left:692px;
	top:316px;
	width:330px;
	height:80px;
	z-index:1;
	visibility: visible;
}
#Top_Offer {
	position:absolute;
	left:327px;
	top:117px;
	width:390px;
	height:80px;
	z-index:2;
	visibility: visible;
}
body {
	background-color: #333366;
}
#Wrapper {
	position:relative;
	width:740px;
	height:618px;
	z-index:3;
	visibility: visible;
	background-color: #FAFAFA;
}

/************ Type styles **************/
.HED {
	font-size: 32px;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}	
.about_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Author {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.SubHed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.Txt12B {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Txt12 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.TableTxtUSN {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
.TableTxtWM {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Txt10 {
	font-size: 10px;
	color: #FFFFFF;
}
.TXT9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.BodyTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.CR_Txt {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

