body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #f3f3f3;
	color: #000066;
	}
img, .img {
	margin: 0px;
	padding: 0px;
	}
p, td {
	color: #000066;
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
	}
p {
	margin: 0;
	padding: 0 0 1em 0;
	}
th {
	color: #000066;
	font-size: 12px;
	}

form {
	font-size: 10px;
	}
input {
	font-size: 10px;
	background-color : #FFFFFF;
	border-style : solid;
	border-width : 0.05em;
	border-color: #666666;
	}
textarea {
	font-size: 10px;
	}
select {
	font-size: 10px;
	}
small {
	margin: 0;
	padding: 0 0 1em 0;
	color: #000066;
	font-size: 10px;
	text-align: left;
	}

/* List Styling */
ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
	}
li {
	padding: 0px 0px 5px 40px;
	display: table;
	list-style: square;
	font-size: 1.0em;
	line-height: 1.5em;
	}
	
/* BEGIN Heading Styling */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	margin: .7em 0em .4em;
	padding: 0em;
	clear: both;
	}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	letter-spacing: -.08em;
	}
h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: -.06em;
	}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: -.05em;
	}
h4 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.04em;
	}
h5 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.04em;
	}
h6 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.04em;
	}

/* Link Styling */
a:link, a:visited, a:active, a.hidden, a.hidden:visited {
	color: #4B4B4B;
	text-decoration: none;
	}
a:hover {
	color: #b9b955;
	text-decoration: underline;
	}
a.hidden:hover {
	color: #0F2B6F;
	text-decoration: underline;
	}
a.hidden:active {
	color: #0F2B6F;
	text-decoration: none;
	}

.mainfont {
	font-size: 11px;
	color: #000066;
	}
.mainfontsml {
	color: #4B4B4B;
	font-size: 10px;
	}
	
/* Layout Styling */
div.Content_Area {
	margin: 10px;
	padding: 0px;
	}
div.Right_Holder {
	margin: 0px;
	padding: 0px 30px;
	background: #ffffff url('../images/right_backer.gif') no-repeat;
	}
td.topback {
	background: #ffffff url('../images/topback.gif') repeat-x;
	}
table.btmback {
	background: #ffcbab url('../images/btmback.gif') repeat-x;
	}