/* Style Sheet                                 */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 760px;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	margin-top: 10px;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial,sans-serif;
 color: #000080;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#content{
	padding: 0px 10px 10px 10px;
	margin:0px 0px 0px 160px;
}

/*************** story styles ******************/

.story {
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story a:link, .story a:visited{

	color: #005FA9;
	text-decoration: underline

}

.story a:hover{
	color:#FF9966;
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #217BFF;
	text-decoration: none;
	border: 1px solid;
	padding-left: 10px;
	background-color: #E1E1E1;
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border: 1px solid;
	display: block;
	padding-left: 10px;
}


/********************* end **********************/
#content-home-pg {
	padding: 0px 10px 10px 0px;
}
.sectionHdr {
	font-style: italic;
	font-weight: bold;
	color: #005fa9;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
