/************** header tag styles **************/
body {
	background-image: url(graphics/bg_body.gif);
	background-color: #000000;
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 14px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #FF0000;
}

.yellow {
	color: #FFFF00;
}

.green {
	color: #006600;
}

.blue {
	color: #3366FF;
}

/************** header tag styles **************/

h1{
	color: #000000;
	font-style: boldl;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 24px;
}

h2{
	color: #000000;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
	margin-bottom: 18px;
		font-size: 22px;
}

h3{
	color: #000000;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 16px;
	margin-bottom: 16px;
		font-size: 20px;
}

h4{
	color: #000000;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-bottom: 14px;
		font-size: 18px;
}

h5{
	color: #000000;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 12px;
		font-size: 16px;
}

h6{
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
		font-size: 16px;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
}
html>body .feature {
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 10px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-size: small;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	font-size: 12px;
}

.table1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

/********************* end **********************/
