@charset "utf-8";
.script-title {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.script-head {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.script-box {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.script-txt {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #FFFFFF;
}
.top-txt {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ff0033;
}
a.grey:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
a.grey:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
a.grey:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.grey:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}
a.grey-inside:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.grey-inside:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.grey-inside:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.grey-inside:active {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}
.small-txt {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
.black-txt {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.inside-txt {
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
}


.boxgrid{ 
				width: 300px; 
				height: 105px; 
				float:left; 
				background:#161613; 
				border: solid 0px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}

				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: center; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
	top: 105px;
	left: 5px;
 				}
 				.caption .boxcaption {
 					top: 105;
 					left: 0;
 				}
				
							*{ padding:0px; margin:0px; }
			
			
			h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }

