/* main */
* { 
padding : 0;
margin : 0;
border: 0;
} 
body { 
font: 14px "Trebuchet MS", arial, verdana, sans-serif;
background-image: url(images/stripe.png);
}
h5 {
	font-size:21px;
	text-align:left;
	font-family: "Trebuchet MS"
}
#transblock {
	z-index:2;
	margin: 15px 15px auto;
	height:190px;
	width:300px;
	background:url(images/redbox-logo.jpg);
}
#text object {
	z-index:20;
	color:white;
	opacity: 0.9 !important;
	-moz-opacity: 0.9 !important;
	filter: alpha(opacity=90) !important;
}
/* classes */
.cn {text-align:center;}
.clear {clear: both;}
.f-ver {font-family:"verdana",sans-serif}
.f-ari {font-family:"arial",sans-serif}
.f-tre {font-family:"Trebuchet MS",sans-serif}
.fs-6 {font-size:6px}
.fs-7 {font-size:7px}
.fs-8 {font-size:8px}
.fs-9 {font-size:9px}
.fs-10 {font-size:10px}
.fs-11 {font-size:11px}
.fs-12 {font-size:12px}
.fs-13 {font-size:13px}
.fs-14 {font-size:14px}
.fs-15 {font-size:15px}
.fs-16 {font-size:16px}
.lh5 {line-height:5px;}
.lh6 {line-height:6px;}
.lh7 {line-height:7px;}
.lh8 {line-height:8px;}
.lh9 {line-height:9px;}
.lh10 {line-height:10px;}
.pad10 {padding:10px;}
/***** INFO BOX STYLES *****/
.redline { font-size: 5px; line-height: normal; margin: 0 0 0 0; padding: 0; background: url(images/red_line.gif) repeat-x 0% 0%; display: block; }
.infobox-1 { background: #fff url(images/bg_infobox.gif) no-repeat scroll 0% 0%; border: 1px solid #ccc; padding: 10px; margin: 0px 0 18px 0; }