﻿body{
	
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
}


TD{
	
	font-family:Verdana, Helvetica, sans-serif;
	color: #292929;
		font-size:11px;
		line-height:1.5;
}


a, a:active, a:visited, a:link{
	color: #750e1f;
	text-decoration:none

}

.BoldRed{
	color: #750e1f;
	font-weight:bold;
	
}


.LargeBoldRed{
	color: #750e1f;
	font-weight:bold;
	font-size: 15px;
	font-family:Helvetica, sans-serif;
}

.yellowOutline{
	border:1px #fbbd13 solid;
		height:97px;
	width:145px

}
.lightGray{
	background-color:#E6E6E6;
	height:20px;
	padding-left:5px;
}

.quickLinks, a.quickLinks:link, a.quickLinks:active, a.quickLinks:visited{
	font-size:14px;
	font-weight:bold;
	color:#333333
}
.yellowfont{
	
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #fbbd14;
}


.whitefont{
	
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

.maroonfont{
	
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #750e1f;
}



.copyright{
	
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}


.whiteLink, a.whiteLink:link, a.whiteLink:active, a.whiteLink:visited{
	color:white
}

a.whiteLink:hover{
	color:#fbbd14
}



a.navLink:link, a.navLink:active, a.navLink:visited{
	
	color:#750e1f;
	text-decoration:none;
 font-size:11px;
}

a.navLink:hover{
	color:#fbbd14
}














div.newBox { border: solid; 
	border-width: 1px; 
	width: 100%; 
	color:#6B8E23; 
	background:#ffffe0; 
	padding: 0.5em;
}


div.salmonBox { border: solid; 
	border-width: 1px; 
	width: 100%; 
	color:#414141; 
	background:#ffdab9; 
	padding: 0.5em;
}

div.leftDot{
	width:100%;
	background-image:url(images/bullet.gif); 
	background-repeat:no-repeat;
	background-position:background-position-y:center;
	
	padding: 0.8em;
	
}

div.returnTop {  
	width: 100%;
	text-align:right;
}



.blueList {
	color: #3366FF;
}
.blueListBold {
	color: #3366FF;
	font-weight:bold;
}

.RedList {
	color: #ff0000;
}

.RedListBold {
	color: #ff0000;
	font-weight:bold;
}
.MaroonList {
	color: #790000;
}

.MaroonListBold {
	color: #790000;
	font-weight:bold;
}



.orangeColor {
	color: #FF6600;
}
.ornageColorBold {
	font-size: 10pt;
	color: #FF6600;
	font-weight: bold;

}


a.orangeLink {COLOR: #FF6600;TEXT-DECORATION: none; font-weight:bold; }
a.orangeLink:active {COLOR: #FF6600;TEXT-DECORATION: none; font-weight:bold ;}
a.orangeLink:visited {COLOR: #FF6600; font-weight:bold;}
a.orangeLink:hover {COLOR: #FF6600;TEXT-DECORATION: underline; font-weight:bold; }


*// BULLET LISTS

ul {
	list-style-type: circle;
	list-style-image: ;
	list-style-position: inside;
	color: #3366FF;
}

ul.STYLE1 {
	list-style-type: circle;
	list-style-image: ;
	list-style-position: inside;
}
ol.STYLE1 {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.STYLE1 ol {
	list-style-type: decimal;
}
ul.STYLE1 li { font-style: italic; 
				list-style-position: inside;
}
ol.STYLE1 li { font-style: italic; }
ol.STYLE1 ol { font-style: normal; }

