body {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #117ACA;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #666666;
}

div,p,span {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #A1A1A1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}




























		.title {
			color: #117ACA;
			font-weight: normal;
			font-family: Garmond, Georgia, sans-serif;/*Trebuchet ms, sans*/
			font-size: 22px;
			letter-spacing:-0.25pt;
			margin-top:5px;
			margin-bottom:5px;
		}
		
		.subtitle {
			color: #313131;
			font-weight: normal;
			font-family: Garmond, Georgia, sans-serif;/*Trebuchet ms, sans*/
			font-size: 16px;
			letter-spacing:-0.25pt;
			margin-top:5px;
			margin-bottom:5px;
		}
		
		#bulletboxtitle {
			color: #117ACA;/* 919191,E2E2E4*/
			font-weight: normal;
			font-family: Garmond, Georgia, sans-serif;/*Trebuchet ms, sans*/
			font-size: 16px;
			letter-spacing: 1pt;
			margin:4px;
			padding:2px;
			background-color:#070707;/* 0A5193,145FC4 */
			border-top:1px solid #111111;
			border-bottom:1px solid #313131;
			border-left:1px solid #111111;
			border-right:1px solid #313131;
		}
		
		#bulletboxbody {
			color: #FFFFFF;
			font-weight: normal;
			font-family: verdana;
			font-size: 12px;
			line-height: 16px;
			text-decoration: none;
			border-bottom:1px dotted #313131;
			margin-top:4px;
			margin-bottom:-6px;
			margin-left:4px;
			margin-right:4px;
			padding-top:4px;
			padding-bottom:10px;
			padding-left:10px;
			padding-right:10px;
			width: 95%;
		}
		
		#bullet,ul,ol {
			/* body_small_white */
			margin-top: 15px;
			margin-bottom: 10px;;
			padding-right: 15px;
			line-height: 14px;
			list-style-type: none;/*disc*/
		}
		
		li {
			/* #bullet,ul,ol */
			margin-bottom: 10px;
			padding-left: 12px;/*1px*/
			padding-right: 12px;/*15px*/
			background-image: url(<?= $settings->images; ?>/bullet.gif);
			background-repeat: no-repeat;
			background-position: 0px 5px;
			text-align: left;
		}
		
		.body_white {
			color: #FFFFFF;
			font-weight: normal;
			font-family: verdana;
			font-size: 12px;
			line-height: 16px;
			text-decoration: none;
			text-align: justify;
			/*text-justify: newspaper;*/
		}
		
		.body_white_small {
			color: #FFFFFF;
			font-weight: normal;
			font-family: verdana;
			font-size: 11px;
			text-decoration: none;
			text-align: justify;
			/*text-justify: newspaper;*/			
		}
		
		a.link:link {color: #93DC13}
		a.link:visited {color: #93DC13}
		a.link:active {color: #93DC13}
		a.link:hover {color: #93DC13; text-decoration: none}
		
		.link {
			color: #93DC13;
			font-weight: bold;
			font-family: verdana;
			font-size: 11px;
			text-decoration: underline;
		}
		
		a.link_small:link {color: #93DC13}
		a.link_small:visited {color: #93DC13}
		a.link_small:active {color: #93DC13}
		a.link_small:hover {color: #93DC13; text-decoration: none}
		
		.link_small {
			color: #93DC13;
			font-weight: bold;
			font-family: verdana;
			font-size: 10px;
			text-decoration: underline;
		}
		
		a.link_bottom:link {color: #FFFFFF}
		a.link_bottom:visited {color: #FFFFFF}
		a.link_bottom:active {color: #FFFFFF}
		a.link_bottom:hover {color: #117ACA; text-decoration: underline;}
		
		.link_bottom {
			color: #FFFFFF;
			font-weight: normal;
			font-family: Garmond, Georgia, sans-serif;
			font-size: 11px;
			text-decoration: none;
		}
		
		a.link_subnav:link {color: #5D686E}
		a.link_subnav:visited {color: #5D686E}
		a.link_subnav:active {color: #5D686E}
		a.link_subnav:hover {color: #FEFEFE; text-decoration: none}
		
		.link_subnav {
			color: #5D686E;
			font-weight: bold;
			font-family: verdana;
			font-size: 10px;
			text-decoration: none;
		}
		
		a.link_col:link {color: #989312}
		a.link_col:visited {color: #989312}
		a.link_col:active {color: #989312}
		a.link_col:hover {color: #989312; text-decoration: none}
		
		.link_col {
			color: #989312;
			font-weight: normal;
			font-family: verdana;
			font-size: 10px;
			text-decoration: underline;
		}
		
		a.linkopacity img{
			filter:alpha(opacity=100); 
			-moz-opacity: 1.0; 
			opacity: 1.0;
		}
		
		a.linkopacity:hover img{
			filter:alpha(opacity=75);
			-moz-opacity: 0.75;   
			opacity: 0.75;
		}
		
		a.linkopacity {
			font-weight: bold; 
			font-family: verdana; 
			font-size: 10px; 
			filter:alpha(opacity=100); 
			-moz-opacity: 1.0; 
			opacity: 1.0;
		}
		
		a.linkopacity:hover {
			font-weight: bold; 
			font-family: verdana; 
			font-size: 10px; 
			filter:alpha(opacity=75);
			-moz-opacity: 0.75;   
			opacity: 0.75;
		}