@charset "utf-8";
/* CSS Document */
<style type="text/css">

.BODY{
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
color : #000088;
margin: 0px; 
}

.arrowlistmenu{
width: 230px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(imagesnew/menu/titlebarback.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.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: #A70303;
background: url(imagesnew/menu/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}
.BigRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
.BigBoldGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.BigGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.BigGreyHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
}

ol { list-style-image: url("imagesnew/list_arr.gif"); } 

.RegularText {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 3px;
}
.BlueText {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 3px;
	font-weight: bold;
}
.SmallerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
}
.BoldRedText {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-bottom: 3px;
}
.dashedtable {
	background-color: #FFFFCC;
	border: medium dashed #000000;
	padding: 3px;
}
.BigBlackText {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding-bottom: 3px;
	font-weight: 900;
}
.BigGreenText {
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 3px;
	font-weight: 900;
}
.yellowhighlight {
	font-size: 18px;
	background-color: #FFFF66;
}
.yellowhighlightanysize {

	background-color: #FFFF66;
}
.dashedtablesoft {

	background-color: #FFFFCC;
	border: 1px dashed #999999;
	padding: 3px;
}
.BigRedText15 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
}
.BigGreyText15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
</style>


.BigBlackTextCopy {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding-bottom: 3px;
	font-weight: 900;
}
