﻿body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffefc6;
	
	
}
td{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffefc6;
	margin:0px 0px 0px 0px;
	line-height:1.5;
}

a {
	color: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
}
    
a:link {
	text-decoration : none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}

.YellowHomeSerif
{
	
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color: #ffefc6;
	
}

.YellowHeadingSerif
{
	
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #ffefc6;
	
}

.YellowHeadingSerifSmall
{
	
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color: #efcd85;
	
}


.OrangeHeadingSerif
{
	
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #ffa489;
	font-weight: bold;
	
}








.boldtext
{
    font-weight:bold;
    color:#cccc99;
    
}
.centeredtext
{
    text-align:center;
}


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; }
.footer 

{
   font-size:10px;
   padding: 5px 0px 5px 5px; 
	text-align: right;
}


.footer a {
   font-size:10px;
}