/*
--------------------------------------------------
HTML STYLES Start
--------------------------------------------------
*/
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a, a:link, a:active, a:visited {
	color: #003300;
	text-decoration: underline;
	border-bottom: #003300;
		
}
a:hover{
	color: #009900;
	text-decoration: underline;
	
}

h1 {	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	word-spacing: 1pt;
	text-spacing: 1pt;
	text-align: justify;

}
h2 {
	font-size : 18px;
	padding: 0px;

}
h3 {

	font-size : 12px;
	padding: 0px;
}
h4 {
	padding: 0px;
	font-weight: bold;

}
p {
	line-height: 150%;

}
ul {
	line-height: 150%;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	background-color: #FFFFFF;
	border: 1px solid #006600;
}


/* 
--------------------------------------------------
GENERAL STRUCTURE STYLES Start
--------------------------------------------------
*/
.middle {

	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px 10px 10px;
	width: 550px;
	border: 0px solid;
	text-align: left;
	margin: 0px;
}
.left {

	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px 5px 10px 10px;
	width: 150px;
	text-align: left;
	margin: 0px;
}
.right {


	background-color: #FFFFFF;
	vertical-align: top;
	padding: 2px;
	text-align: right;
	margin: 0px;
}
.contact {
	background-color: #FFFFCC;
	text-align: left;
	margin: 0px 4px 0px 0px;
	padding: 4px;
	border: 1px dashed #006600;
	width: 125px;

}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33CC33;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #33CC33;	
}

.box {
	padding: 0px;
	border-top: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #006600;
	vertical-align: top;


}
.footerCell {
	background-color: #006600;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #003300;
	}
.mainTable {
	height: 80%;
	width: 100%;
	margin: 0px;
	padding: 0px;


}
.bodyCopy {
	padding: 4px;
	line-height: 150%;
	
}
.bodyCopy a:link {
	color: #003300;
	text-decoration: none;
	border-bottom: #003300;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	
}
.bodyCopy a:visited {
	color: #003300;
	text-decoration: none;
	border-bottom: #003300;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	
}
.bodyCopy a:hover {
	color: #003300;
	text-decoration: none;
	border-bottom: #003300;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	
}



/*
--------------------------------------------------
HEADER STUFF Starts
--------------------------------------------------
*/
.header {
	background-color: #009900;
	text-align: left;
	vertical-align: middle;
	height: 24px;
	padding: 4px;

}

.headerBtm {
	background-color: #FFFFFF;
	background-image:  url(../images/layout/header_rpt.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px;
	background-color: #009900;
	font-weight: bold;

}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #006600;
	font-weight: bold;
	height:15px;
	width:150px;
	border: 1px dashed #006600;
	padding: 4px;
}
a.quote:link,a.quote:active,a.quote:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #006600;
	font-weight: bold;
	width: 150px;
	border: 1px dashed #FFFFFF;
	padding: 4px;
}
a.quote:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #009933;
	font-weight: bold;
	width: 150px;
	border: 1px dashed #FFFFFF;
	padding: 4px;
}



/*
--------------------------------------------------
FOOTER STUFF Starts
--------------------------------------------------
*/
.footer {
	color: #FFFFFF;
	background-color : #009900;
}

.footer a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
}
.footer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : none;
}

.footerMenu {
	background-color: #009900;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 6px 0px;
	margin: 0px;
	border-top: 1px solid #33CC33;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #33CC33;
}
.footerMenu a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
}
.footerMenu a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
}

.footerMenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color : transparent;
	text-decoration : none;
}



/*
--------------------------------------------------
MENU STUFF Starts
--------------------------------------------------
*/
.menuLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a.menuLinks:link,a.menuLinks:active,a.menuLinks:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	padding: 4px 2px;
	width: 125px;
}
a.menuLinks:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 2px;
	width: 125px;
	background-color: #009900;
}
.menuCatActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 4px 2px;
	vertical-align: middle;
	font-weight: bold;
	border-top: 1px solid #009900;
	border-right: 1px solid #003300;
	border-bottom: 2px solid #003300;
	border-left: 1px solid #009900;
	background-color: #006600;
	
}
.menuCat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	text-decoration: none;
	margin: 0px;	
	vertical-align: middle;
	font-weight: bold;
	background-color: white;
	border-top: 0px dotted #006600;
	border-right: 0px dotted #006600;
	border-bottom: 1px dotted #006600;
	border-left: 0px dotted #006600;
}
.menuSubCat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	text-decoration: none;
	margin: 0px;	
	vertical-align: middle;
	font-weight: bold;
	background-color: #FFFFCC;
	border-top: 0px dotted #006600;
	border-right: 0px dotted #006600;
	border-bottom: 1px dotted #006600;
	border-left: 0px dotted #006600;
}



/* 
--------------------------------------------------
REPORTING STYLES Start
--------------------------------------------------
*/
a.reporting:link,a.reporting:active,a.reporting:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size : 12px;
	text-decoration : none;
	color: #FFFFFF;
	padding: 4px;
}
.reportingTitles{
	background-color : #006600;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.reportingResults {
	padding: 6px 4px 6px 8px;
	vertical-align: top;
}

.cssButton {
	background-color : #009900;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-indent : 2px;
	color: #FFFFFF;
	border-top: 1px solid #009900;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #009900;
	padding: 2px;
	font-weight: bold;


}

/*
--------------------------------------------------
MISC STYLES Start
--------------------------------------------------
*/
