.tinytext {
	font-family: helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 12px;
}
.bodycopy {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
}
h1 {
	font-family: helvetica;
	font-size: 15px;
	color: #333333;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}
h2 {
	font-family: helvetica;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}
.smalllinks {
	font-family: helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

.blue1 {
	
	color: #365589;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}


a.blue1:link {
	color: #365589;
}
a.blue1:visited {
	color: #365589;
}
a.blue1:hover {
	color: #C0773B;
}
a.blue1:active {
	color: #365589;
}
.bodycopy-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}
.tinytext2 {
	font-family: helvetica;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}
.tinytext3 {
	font-family: helvetica;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

.arrowlistmenu{
 /*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*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arrowlistmenu ul li{

	padding-bottom: 3px; /*bottom spacing between menu items*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}




.arrowlistmenu ul li a {
	padding-bottom: 3px; /*bottom spacing between menu items*/
	
	color: #A84F13;
	text-decoration: none;
}

.arrowlistmenu ul li .nav{
	color: #A84F13; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
}



.arrowlistmenu li a:hover, .arrowlistmenu li .current{ /*hover state CSS*/
color: #365589; /*custom bullet list image*/
	
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
}
