html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
del,ins{text-decoration:none;}
li{list-style:disc url(none) outside;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:10pt;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}



a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
 font-weight:bold;
 margin-bottom:6px;
}

h2{
 font-size: 114%;
 color: #006699;
 margin-bottom:6px;
}

h3{
  font-weight:bold;
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	margin-left: 50px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.invalid {color:#EC0000;}



