/************* Default Styles **************/

body {
	background: #ffffff;
	margin: 0;
}

#body-div {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

h1 { 
	font-size: large; 
	font-weight: 800;
	color: #339933;
	text-align: center;
   	margin: 20px 0 0 0;
   	padding: 5px 0 0 0;
}

h2 { 
	font-size: large; 
	font-weight: 600;
	color: #339933;
	text-align: center;
   	margin: 20px 0 0 0;
   	padding: 5px 0 0 0;
}

h3 { 
	color: #339933;
   	margin: 20px 0 10px 0;
	
}
				
a {  
	color: #0033cc;
}

.emphasis {
	color: #339933;
	font-weight: bold;
}
			
.strong {
	font-weight: bold;
}

.italics {
	font-style: italic;
}
			
/************* Navigation Column Buttons **************/
#navbtns{
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-image: url(img/navbtn_back.jpg);
}

#navbtns h3{
	padding: 4px 0px;
	border-bottom: 1px solid #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#navbtns a:link, #navbtns a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("navbtn_back.jpg");
	font-weight: bold;
	padding: 1px 0px 1px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#navbtns a:hover{
	border-top: 1px solid #cccccc;
	background-color: #80c325;
	background-image: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	white-space: normal;
}

/************* Page Title **************/
.pagetitle {
	font-size: 18pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
	text-align: center;
}

/************* Story Title Left **************/
.storytitle {
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-align: left;
}

/************* Big Story Title Centered **************/
.bigstorytitle {
	font-size: 18pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-align: center;
}

/************* Big Story Title Centered Black Italic **************/
.bigstorytitlebkit {
	font-size: 18pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;	
	color: #000000;
	text-align: center;
}

/************* Story Title Centered **************/
.storytitlec {
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-align: center;
}

/************* Story Sub Title Black Centered Italic **************/
.storytitlebkit {
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;	
	color: #000000;
}

/************* Story SubTitle Left **************/
.storysubtitle {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: left;
}

/************* Story SubTitle Left **************/
.smstorysubtitle {
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: left;
}


/************* Story SubTitle Centered **************/
.storysubtitlec {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/************* Body Copy **************/
.bodycopy {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;	
	text-align: justify;

}

/************* SuperSmall black text for right Column body **************/
.copyright {
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;	
	text-align: center;
	height: 20;
}
