/* CSS Document */

	/* * { border: 1px solid #333; } */
	
	.greytop {
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	div.box {
		height: 135px;
		width: 275px;
		background: url(../img/bg_section.png) bottom no-repeat;
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-left: 9px;
		background: #000;
	}
	div.transON { background: #000000; }
	div.transON { background: #000 url(../img/black.png); opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.7; }
	.l { float: left; } .r { float: right; }
	.padd { padding: 5px; margin: 0px; }
	.paddtop { padding-top: 15px; }
	.nopadd { padding: 0px; margin: 0px; }
	.clear { clear: both; } 
	.thirtypx { height: 30px; padding: 0px; margin: 0px; }
	.v_spacer { padding: 15px 0px 0px 0px; margin: 0px; }
	.black { color: #000; }
	.bold { font-weight: bold; }
	.grey { color: #AAA; }
	.white { color: #FFF; }
	.smaller { font-size: 90%; }
	.slh { line-height: 1.5; }
	/* h1 { padding: 0px; margin: 0px; font-size: 20px; color: #333333; } */
	.heading { padding: 5px; width: 100%; background: url(../img/h1_bg.png); height: 59px; font-size: 11px; color: #000; line-height: 16px; }
	.heading h1 { font-size: 18px; line-height: 20px; padding: 0px; margin: 0px; }
	
	.blackborder { background: url(../img/bg_grad.png) repeat-x; width: 100%; height: 15px; padding: 0px; margin: 0 auto; text-align: left; margin-bottom: 10px; }
	
	.margintop {  margin-top: 12px; }
	
	.content_holder { width: 385px; float: left; }
	.content_holder_lrg { width: 570px; float: left; }
	
	body { margin: 0 auto; color: #8C8C8C; font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; background: #FFF; }
	#top_repeat { background: url(../img/bg_grad.png) repeat-x; width: 780px; height: 15px; padding: 0px; margin: 0 auto; text-align: center; }
	#container { width: 780px; margin: 0 auto; border-top: none; border-bottom: 2px solid #000; }
	#footer { width: 780px; margin: 0 auto; font-size: 11px; color: #000; padding-top:3px; }
	#footer a, #footer a:link { color: #000; font-weight: normal; text-decoration: none; }
	#content { padding: 0px; }
	.left { width: 190px; float: left; clear: left; }
	.right { width: 580px; float: right; clear: right; text-align: left; }
	.l { float: left; }
	.r { float: right; }
	.w170 { width: 170px; }
	.w275 { width: 275px; }
	.rightframe { width: 580px; float: right; clear: right; text-align: left; }
	
	.img_space { margin-top: 15px; }
	
	.linklist { list-style: none; background: url(../img/li_2.png) no-repeat left top; padding: 0px 0px 0px 10px; margin: 10px 0px 0px 0px; }
	
	div.l_img { float: left; clear: left; margin-bottom: 10px; }
	div.r_img { float: right; clear: right; margin-bottom: 10px; }
	
	a, a:link, a:active, a:visited { color:#666666; font-weight: bold; }
	a:hover { color:#CCCCCC; text-decoration: underline; }
	img { border: 0px; }
	b { color: #333; }