*{
	padding:0;
	margin:0;
	text-decoration: none;
	border: none;
	line-height:130%;
}

body, td{
	font-family: sans-serif, helvetica, arial ;
	font-size:10pt;
}

body{
	background: #3d669e url(../images/body_bg.gif) repeat-x;
}

table#main_table{
	margin:0 auto;
	padding:0;
}

input.common_text_input{
	width: 145px;
}

td.main-td{
	padding-left: 8px;
	padding-right:8px;
	padding-top: 0px;
	padding-bottom: 10px;
	background: white;
}

td#head-td{
	background: white url(../images/head_img.png) no-repeat;
	height: 125px;
	padding-left: 16px;
	padding-right: 160px;
	background-position: bottom right;
}

td#menu-td{
	background:#004579 url(../images/menu_bg1.png) no-repeat;
	height: 33px;
	padding-left: 5px;
	padding-right: 120px;
}

td#menu-td, td#menu-td a, td#footer-td{
	color: #FFFFFF;
}

td#menu-td a, td#menu-td a:visited{
	font-weight: bold;
}

td#sky-td{
	background:url(../images/sky_bg.png) no-repeat;
	height: 152px;
}

td#footer-td{
	padding:10px;
	background: #12335e;
	font-size: 9pt;
}

ul{
	padding-left:25px;
}


#footer-td a, #footer-td a:visited{
	text-decoretion:none;
	color: white;
	font-weight:bold;
}

.nav {background: #0C3663 url(../images/menu_bg.png) repeat-y; height:33px; width:100%;}
.nav ul{
list-style:none;
padding:0;
margin:0;
width:100%;
}

.nav ul li{
float:left;
padding:7px 20px 0px 20px;
color:#FFFFFF;
font-weight:bold;
}

.nav ul li a{
color:#FFFFFF;
text-decoration:none;
}

.nav ul li a:hover{
color:#000;
text-decoration:none;
}

.nav ul li a.nobg{
background-image:none;
}

.inputs{
	border:1px solid silver;
}

.orange_link a, .orange_link a:visited{
	text-decoration:none;
	color:black;
}

.orange_link a:hover{
	text-decoration:none;
	color: #F5AD55;
}