﻿div.newBox { border: solid; 
	border-width: 1px; 
	width: 100%; 
	color:#6B8E23; 
	background:#ffffe0; 
	padding: 0.5em;
}

div.greenBox { border: solid; 
	border-width: 1px; 
	width: 100%; 
	color:#000000; 
	background:#b3d0ad; 
	padding: 0.5em;	
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;

}

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;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;

}

.MaroonListBold {
	color: #790000;
	font-weight:bold;
	font-family: Arial;
	font-size: 8pt;
	

}



.orangeColor {
	
	font-size: 9pt;
	color: #FF6600;
}
.ornageColorBold {
	font-size: 9pt;
	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; }

.smallfont {
	white-space: normal;
	font-family: Arial;
	font-size: x-small;
	}
	
	.smallfontbold {
	white-space: normal;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
}
	
.mediumfont {
	white-space: normal;
	font-family: Arial;
	font-size: small;
	}
	
	.mediumfontbold {
	white-space: normal;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	
}

