/* Begin Link Section */
/*********************/
a {
	color:#aa0000;
	font-weight:normal;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}

/*
a:hover{
	color:#FF0000;
}
*/
/* End Link Section */


BODY{
	margin:0;
}

BODY, TABLE, TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:normal;
}

DD{
	text-indent:-25px;
	margin-left:0px;
}

HR{
	color:#C0C0C0;
	height:1;
}

LI{
	margin-left:-8px;
}

P{
	margin-bottom: 7px;
}


/* Navigation & Menu */
/*********************/

.MenuTitle{
	text-indent:-11px;
	margin-left:11px;
	font-weight:bold;
	font-size:10pt;
	color:#660066;
	text-decoration:none;
	padding-top:6px;
}

.MenuItem{
	margin-left:5px;
	color: #000080;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	border: 1px solid;
	margin-bottom: 1px;
	padding: 1px;
	margin-right: 5px;
}

.SearchTitle{
	text-indent:-11px;
	margin-left:11px;
	font-weight:bold;
	font-size:8pt;
	color:#000080;
	text-decoration:none;
	padding-bottom: 6px;
}

HR.HRmenu{
	height:1px;
	border:1px solid black;
	margin-top:6px;
	width: auto;
}


/* Forms */
/*********/

INPUT.searchbox{
	font-size:8pt;
	height:16px;
	width:103px;
	border: 1px solid #666666;
	padding-left:2px;
}

INPUT.submit{
	width:50px;
	height:16px;
	border:1px solid #000080;
	color:#000080;
	font-size:9pt;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-left: 0px;
	background-color: #EEEBC1;
}

INPUT.taf{
	width:150px;
	height:16px;
	border:1px solid #660066;
	color:#94459C;
	font-size:9pt;
	padding-left: 2px;
	background-color: #BDCFA5;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	padding-bottom: 4px;
}

INPUT.poll{
	width:100px;
	height:16px;
	border:1px solid #660066;
	color:#94459C;
	font-size:9pt;
	padding-left: 2px;
	background-color: #BDCFA5;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	padding-bottom: 4px;
}

INPUT.submitSubs{
	width:100px;
	height:16px;
	border:1px solid #000080;
	color:#FFFFFF;
	font-size:9pt;
	background-color: #EDB610;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

INPUT.submitWide200{
	width:200px;
	height:20px;
	border:1px solid #000080;
	color:#FFFFFF;
	font-size:9pt;
	background-color: #EDB610;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	padding-bottom: 3px;

}

INPUT.submitWide150{
	width:150px;
	height:20px;
	border:1px solid #000080;
	color:#FFFFFF;
	font-size:9pt;
	background-color: #EDB610;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	padding-bottom: 3px;

}

INPUT.submitSubsOver{
	width:100px;
	height:16px;
	border:1px solid #000080;
	color:#FFFFFF;
	font-size:9pt;
	background-color: #FACE47;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

INPUT.submitLogin{
	width:50px;
	height:16px;
	border:1px solid #000080;
	color:#FFFFFF;
	font-size:9pt;
	background-color: #EDB610;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-left: 0px;
}

INPUT.submitLoginOver{
	width:50px;
	height:16px;
	border:1px solid #000080;
	color:#FFFFFF;
	font-size:9pt;
	background-color: #FACE47;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-left: 0px;
}

INPUT.inputLogin {
	BORDER: 1px solid;
	FONT-SIZE: 10px;
	WIDTH: 116px;
	HEIGHT: 16px;
	COLOR: #B9B5BF;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

INPUT.inputMlist {
	BORDER: 1px solid;
	FONT-SIZE: 10px;
	WIDTH: 116px;
	HEIGHT: 16px;
	COLOR: #B9B5BF;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



/* Tables */
/**********/

.TableMain {
	background-color: #FFFFFF;
	margin-top: 50px;


}
.TableContentMain {
	background-color: #FFFFCC;
	border: 2px solid #99CCCC;
}
.TableContentNews {
	background-color: #FFFFCC;
	border: 2px solid #99CCCC;
}

.TableAcct {
	border: 2px solid #99CCCC;
	background-color: #99CCCC;

}
TR.TableAcctHead {
	background-color: #EDCF73;
}
TR.TableAcctColHead {
	background-color: #FFFFCC;
	border: #CCCCCC;

}
TR.TableAcctField {
	background-color: #FFFFF0;
}

/* General Content */
.pTitle{
	font-weight:bold;
	font-size:10pt;
	padding-bottom:3px;
}
.THJcopyright{
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
	color: #666666;
	padding-bottom:10px;
}
.underlineRed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.articleTitle {
	font-weight:bold;
	font-size:10pt;
	padding-bottom:3px;
	font-style: italic;
	padding-left: 5px;



}

.paragraphTitle {

	font-weight:bold;
	font-size:10pt;
	padding-bottom:3px;
}

.bulletsRound {
	list-style-position: outside;
	list-style-type: disc;
}

.bulletsSquare {
	list-style-position: outside;
	list-style-type: square;
}

.loginTitle {
	font-weight:normal;
	font-size:10px;
	color:#000080;
	text-decoration:none;
	font-style: oblique;

}

.MenuItemLink {
	margin-left:5px;
	color: #000080;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 1px;
	text-decoration: none;

}

.navCrumbs {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.docLinks {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.ruleBlue {
	background-image: url(../../graphics/000080_1x1.gif);
	background-repeat: repeat;
}

.submitLoginBak {
	width:50px;
	height:16px;
	border:1px solid #000080;
	color:#000080;
	font-size:9pt;
	background-color: #EEEBC1;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-left: 0px;
}

/* begin rollover effects */
.cellOver { 
	background-image:url(../../graphics/menu/shadeF.gif);
	background-repeat:repeat;
}

.cellOut {
	background-image:url(../../graphics/menu/shadeG.gif);
	background-repeat:repeat;
}
/* end rollover effects */

/* start shade effects */
.shadeA {
	background-image:url(../../graphics/menu/shadeG.gif);
	background-repeat:repeat-x;
}
.shadeB {
	background-image:url(../../graphics/menu/shadeB.gif);
	background-color:#cccccc;
	background-repeat:repeat-x;
}

.shadeC {
	background-image:url(../../graphics/menu/shadeCdefault.gif);
	background-repeat:repeat-x;
	background-color:#777a7d;
}

.shadeCactive {
	background-image:url(../../graphics/menu/shadeCactive_default.gif);
	background-repeat:repeat-x;
}
.shadeD {
	background-image:url(../../graphics/menu/shadeD.gif);
	background-color:#000000;
	background-repeat:repeat-x;
}
.shadeE {
	background-image:url(../../graphics/menu/shadeE.gif);
	background-repeat:repeat;
}

.shadeT {
	background-image:url(../../graphics/menu/shadeT.gif);
	background-repeat:repeat-y;


}

.shadeVgrad {
	background-image: url(../../graphics/menu/shadeVgrad.gif);
	background-repeat: repeat-x;
}
/* end shade effects */

.MenuItemLinkW {
	margin-left:5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 1px;
}

.copyRight {
	font-size: 9px;
}

.NavItemLink {
	margin-left:5px;
	color: #000080;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 1px;
}
.copySmall {
	font-size: 10px;
}

/* signup script section */

.formfield {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #000000}

.tdbanner {  background-color: #B1C4F8}
.bodycopy {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal}
.tdhelp {  background-color: #ECF0FD}
.required {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FF0000}
.tableborder {  border: #666666; border-top-width: thin; border-right-width: medium; border-bottom-width: medium; border-left-width: thin}
 
.shadeF {
	background-color: #000099;

}
.TablePackageMatrix {
	font-size: 10px;

}
.DateDisplay {
	font-size:11px;
	color:#000080;
	text-decoration:none;
	padding-bottom: 6px;
	font-style: italic;
	padding-top: 4px;
	font-weight: normal;



}
.UserLoggedInDisplay {

	font-size:11px;
	color:#000080;
	text-decoration:none;
	font-style: italic;
	padding-top: 4px;
	font-weight: normal;
}
.LoginLink {

	margin-left:5px;
	color: #000080;
	font-style: italic;
	margin-bottom: 1px;
}
.highlightRed {
	font-weight: normal;
	color: #FF0000;
}
.scriptError {

	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.requiredField {
font-weight: bold; color: #000000
}
.scriptError2 {

	font-weight:normal;
	font-size:10px;
	color:#FF0000;
	text-decoration:none;
	font-style: oblique;
}
.scriptLink {
	margin-left:5px;
	color: #000080;
	font-style: italic;
	margin-bottom: 1px;
}

.acctTblHead {
	font-style: normal;
	font-weight: bold;

}

.acctTblHeadIt {
	font-style: italic;
	font-weight: bold;

}
