/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg_grad.jpg") fixed;
}

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

a:link, a:visited{
	color: #003300;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}

a:hover{
	text-decoration: underline;
}

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

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

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

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

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

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


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

ul{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13px;
	text-align: left;
}

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

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



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	min-height: 200px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
html>body .feature {height: auto;}


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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
}
.color2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
.green2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003F09;
	list-style-position: outside;
	list-style-type: disc;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000033;
}
.photo {
	top: 38px;
	bottom: 225px;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000033;
}

