/* Body and Cell controls */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;}
	
/*  -- Temporarily disabled for testing --
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
*/

input {
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}









/* Text control for Main Content */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: 000000;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: 700;
	color: 000000;
}
.bodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	line-height: 15px;
	font-weight: 700;
	color: #013467;}



/* Anchor and Links  */
a:link {
	text-decoration: none;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: underline;}
a:active {
	text-decoration: none;}

/* Standard CSS items */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;}
h1 {	
	font-size: 24px;
	color: #013467;}
h2 {
	font-size: 18px;
	color: #013467;}
h3 {
	font-size: 14px;
	color: #013467;}
h4 {
	font-size: 12px;
	color: #013467;}
h5 {
	font-size: 10px;
	color: #013467;}.rule_right {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
.rule_left {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}

