/* body */
body {
margin:0px;
background: #182E44;
}

#title {
width:300px; height:auto; position:relative; top:8px; background-color:#D9E2E7;
left:10px; font-family:tahoma, serif; font-size:15px; text-align:center; padding:3px;
color:#333; font-weight:bold; letter-spacing:0px; border: 1px solid #333; 
border-top: 3px solid #446273; }

/* text */

a.l {
text-decoration: underline;
font-family: verdana;
font-size: 11px;
font-weight: normal;
color:  #000;
outline: none;
	}
a:visited.l {
color:  #80704D;
	}
a:active.l {
color:  #80704D;
	}
a:hover.l {
color: #8395A6;
text-decoration: none;
	}






/* layout tables */
table.h {
width:880px;
height:80px;
margin-left:50px;
border:0px solid #000;
background:#FFC41D;
padding:0px;
}


table.d {
width:880px;
height:10px;
margin-left:50px;
border:0px solid #fff;
background:#131444;
padding:0px;
}


table.m {
width:880px;
height:100%;
margin-left:50px;
margin-top:0px;
border:0px solid #000;
padding:3px;
}
html>body table.m {
	width:883px;
	height: 1000px;
	}

table.n {
width:480px;
height:auto;
margin-top:0px;
margin-left:0px;
border:0px solid #000;
padding:3px;
}


table.a {
width:175px;
height:150px;
margin-top:0px;
margin-left:0px;
border:0px solid #000;
padding:3px;
}


td.w {
	background:#fff;
	}

/* divs */
#left {
background:#fff;
width:175px;
height:200px;
margin-top:0px;
magin-left:0px;
}

/* pop ups */
table.pop {
	width:500px;
	height:400px;
	margin-top:0px;
	margin-left:0px;
	padding:10px;
	}    
