body{
padding:0;
margin:0;
font-family:tahoma;
font-size:11px;
color:#4b4b4b;
}

.welcome-text{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4b4b4b;
	line-height:18px;
}

div#wrapper {
		width:100%;
		margin:0;
		padding:0;
}
	
	#main{
	margin:0;
	float:left;
	padding:;
	width:100%;
	background:#a2a2a2 url(../images/black-bg.jpg) repeat-x; 
	
}
	
/*	#main-black{
	margin:0px 2%;
	float:left;
	padding: 0;
	width:96%;
	background:#a2a2a2 url(../images/black-bg.jpg) repeat-x; 
	
}*/

#main-2{
	margin: .5% .5% 0 .5%;
	padding:0;
	width:99%;
	float:left;
	background: #FFFFFF;
}
#main-3{
	margin:.5%;
	padding:0;
	width:98.8%;
	height: auto;
	border-top: solid 1px #6a6a6a;
	border-right: solid 1px #6a6a6a;
	border-left: solid 1px #6a6a6a;
	border-bottom: solid 1px #6a6a6a;
	background: #fdfdfd url(../images/center-bg.jpg) repeat-x; 
}
a {
	outline:none;
}

.r_curve {
float:right;
}
.l_curve {
float:left;
}
.r_curve-servi {
float:right;
}
.l_curve-servi
{
float:left;
}
.r_curve-servi-bot
{
float:right;
}
.l_curve-servi-bot
{
float:left;
}

.footer_inner	{
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:9px;
	color:#2e2e2e;
	}
	.footer_inner a	{
	text-decoration:none;
	color:#2e2e2e;
	}
	.footer_inner a:hover	{
	text-decoration:underline;
	color:#02243d;
	}
	
.center {
	padding-right:1% !important;
	padding-left:2%;
	float:right;
}

.uncle {
	background:url(../images/menu_bg.jpg) repeat-x;
}

.dlu_text{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #02243d;
	}
	

	
.field, .list, .text_area {
	font-family:tahoma;
	font-size:11px;
	color:#4b4b4b;
	font-weight:normal;
	background-color:#FFFFFF;
	width:160px;
	height:15px;
	padding:2px 2px 1px 2px;
	border:#000000 solid 1px;
}
.field:hover, .list:hover, .text_area:hover {
	background-color: #f9f9f9;
	border:solid 1px  #164b72;
}
.field:focus, .list:focus, .text_area:focus {
	background-color:#FFFFFF;
	border:solid 1px  #8c8c8c;
}
.list {
	width:50px;
	height:20px;
}
.text_area {
	width:160px;
	height:70px;
}