/*====================
	Title: Transformation Domination Monthly
	Date: 16.09.09
====================*/
body{
	font-family: Arial,Verdana,Georgia, Lucida,Helvetica,sans-serif,Tahoma,"Trebuchet MS";
	text-align:center;
	background:#000;
	font-size:13px;
	color:#000;
}
:focus{
	outline:none;
}
*{
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}
ul,ol,li{
	list-style:none;
}	
a{
	color:#215A9B;
	text-decoration:none;
	font-size:13px;
}
a:hover{
	color:#215A9B;
	text-decoration:underline;
}
/*---------------- page structure ----------*/
.wraper{
	width:780px;
	margin:0 auto;
	text-align:left;
}
.banner{
	width:780px; height:350px;
	background:url(../images/banner.jpg) no-repeat;
	position:relative;
}
.list{
	width:365px; height:41px;
	background:url(../images/list-bg.jpg) no-repeat;
	position:absolute;
	bottom:-1px;
	right:0;
	overflow:hidden;
}
.list li{
	float:left;
	display:block;
	padding:7px 10px 0 0;
	height:34px;
}
.list li.fast{
	padding:6px 20px 0 20px;
}
/*---------------- mainbody ----------*/
.mainBody{
	width:780px; 
	background:url(../images/mainbody-fill.jpg) repeat-y;
}
.container{
	width:700px;
	padding:20px 40px 70px 40px;
	background:url(../images/mainbody-top.jpg) no-repeat top left;
	font-size: 12pt;
}
/*---------------- footer ----------*/
.footer{
	width:780px;
	padding:18px 0 50px 0;
	background:url(../images/mainbody-bottom.jpg) no-repeat top left;
	position:relative;
}
.footer p{
	width:370px;
	text-align:center;
	color:#02d5e8;
	padding-bottom:4px;
}
.footer small{
	font-size:9px;
	line-height:10px;
	display:block;
	color:#FFF;
	padding-top:4px;
	line-height:13px;
}
.nav{
	width:388px;
	background:url(../images/logo.jpg) no-repeat top left;
	position:absolute;
	top:-63px;
	right:25px;
	text-align:center;
}
.nav p{
	padding-top:170px;
}
.nav a{
	font-size:13px;
	color:#02d5e8;
}
.nav a:hover{
	color:#02d5e8;
}

.red{
color: #FF6600;
}
.teal{
color: teal;
}
.blue{
color: blue;
}
.leftimg{
margin-right: 15px;
}
.t14{
font-size: 14pt;
}
.t18{
font-size: 18pt;
}
.t10{
font-size: 10pt;
}
.dhr{

width: 450px;
border: 0;
border-bottom: solid 3px teal;
height: 3px;
margin: 12px 0;
}

.lhr{
background: #ccc;
border: 0;
height: 2px;
margin: 20px 0;
clear: both;
}
.ord{
border-collapse: collapse;
}
.ord td{
padding: 10px;
border: dashed 3px teal;
}
.highl{
background: yellow;
}