body {
	background-color: #f2f2f2;
}
table {
	background-color: #FFFFFF;
	vertical-align: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}
/* menuhoriz {
	padding: 4px;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #0000cc;
}
a:active {
	color: #ff0000;
}*/
.rowlower a:link {
	color: #FFFFFF;
}
.rowlower a:visited {
	color: #FFFFFF;
}
.rowlower a:hover {
	color: #FFFF00;
}
.rowlower a:active {
	color: #FFFF00;
}
.maincontent {
	padding: 6px;
	vertical-align: top;
}
.columnleft {
	vertical-align: top;
	padding: 6px;
}
.columnright {
	vertical-align: top;
	padding: 6px;
}
.rowlower {
	background-color: #999999;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 2px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}
.tablecustom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 2px;
}
/* Newsletter List */

.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #006600; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: underline;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	background-image: url(../images/pdf_icon_sml.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
color: #006600;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #006600;
background-color: #F3F3F3;
}
/* End */
