/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman";
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}

a:link, a:visited, a:hover {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 120%;
	color: #334d55;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

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

.body{
	font-family: "Times New Roman";
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}


.story{
	clear: both;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}

.h1 {

 font-size: 130%;
 color: #333333;
; font-family: "Times New Roman", Times, serif
}

.h2 {

 font-size: 125%;
 color: #333333;
 font-family: "Courier New", sans-serif;
}

.h3 {

 font-size: 140%;
 color: #000000;
 
}
