/* CSS Document */
body{
	margin:0px auto;
	text-align:center;
	background:#c0c0c0 url(../images/bg_body1.gif) repeat-x;
	font-family:Verdana; 
	font-size:12px;
	color:#363636; 
	line-height:18px;
	}
a{
	text-decoration:none;
	color:#555555;
}	

a:hover{
	text-decoration:underline;
}	

.container{
	background:#FFFFFF url(../images/bg_container.gif) repeat-x;
	width:1002px;
	text-align:center;
	margin:0px auto 0px auto;	
	table-layout:fixed;
}

.container1{
	background:#FFFFFF;
	width:1002px;
	text-align:center;
	margin:0px auto;
	table-layout:fixed;
}

.container table{
	width:100%;	
}

.container .menu{
	width:827px;
	margin:0px auto;
	table-layout:fixed;
}

.container .content{
	width:827px;
	margin:0px auto;
	table-layout:fixed;
}
td{
	vertical-align:top;
}

fieldset{
	margin:10px 0px;
}

legend{
	color:#fe8301;
	font-size:14px;	
	font-weight:bold;
}

.contactform{
	color:#000000;
}

.contactform th{
	padding:5px;
	text-align:right;
	vertical-align:top;
}

.contactform td{
	padding:5px;
}

.client{
	text-align:center;
}

.client td{
	text-align:center;
	padding:10px;
	vertical-align:bottom;
}

h3{
	margin:0px;
	padding:15px 0px 5px 0px;
	font-family:Verdana; 
	font-size:14px; 
	font-weight:bold; 
	color:#0054a6;
}
h4{
	font-family:Verdana; 
	font-size:11px;
	font-weight:bold; 
	color:#0054a6;
	margin:0px; 
	padding:10px 0px 5px 0px;
}

p{
	margin:5px 0px 8px 0px;
}

.content-right{
	padding:10px 10px 10px 20px;
}
.content-right ul{
	 margin:5px 0px;
	 padding-left:20px;
}

.container ol{
	 margin:5px 0px;
	 padding-left:35px;
}

.content-right ul li{
	list-style-image:url(../images/arrow.gif);
	color:#898989;
}

.container ol li{
	list-style-image:none;	
}

.list-table{
	margin-bottom:10px;
}

.Error
{
color:red;
}
.footer{
	background:#ffffff;
	margin:0px auto;
	width:1002px;
	font-size:9px; 
	font-family:Verdana; 
	color:#555555;
	border-top:2px solid #0054a6;
	padding:5px 10px;
}
