@charset "utf-8";
/* CSS Document */

body {
	margin-top : 18px;
}

table {
	font-family: tahoma;
	font-size: 12px;
	color: #494949;
	line-height: 16px;
}

.txt2 {
	font-size: 13px;
	font-family: tahoma;
	color: #494949;
	font-weight: bold;
	text-transform: uppercase;
}

a:link {
	color: #239ec7;
	text-decoration: none;
}

a:hover {
	color: #239ec7;
	text-decoration: underline;
}

a:visited {
	color: #239ec7;
	text-decoration: none;
}

a:active {
	color: #239ec7;
	text-decoration: none;
}

a.link1:link {
	color: #494949;
	text-decoration: none;
}

a.link1:hover {
	color: #239ec7;
	text-decoration: none;
}

a.link1:visited {
	color: #494949;
	text-decoration: none;
}

a.link1:active {
	color: #494949;
	text-decoration: none;
}



.h-1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}

#sep1 {
	background-image : url(images/sep.jpg);
	height : 47px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.content-box-v {
	background-image : url(images/content-box-bg.jpg);
	background-repeat : repeat-x;
	background-position: bottom;
	height : 115px;
	border: 1px solid #DADADA;
}

#side-links {
	background-image : url(images/side-links-bg.jpg);
	background-repeat : repeat-x;
	background-position: bottom;
	height : 102px;
	border: 1px solid #DADADA;
	
	color: #056687;
	text-transform: uppercase;
	font-weight: bold;
}

#news-bg {
	background-image: url(images/news-bg1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
}

.box-image img {
	border : 2px solid #239ec7;
}

.txt-field {
	border: 1px solid #333333;
	width: 250px;
	height: 16px;
	text-indent: 2px;
	font-family: tahoma;
	font-size: 12px;
	color:#333333;
	background-color: #FFFFFF;
}

.txt-area {
	border: 1px solid #333333;
	width: 250px;
	height: 100px;
	text-indent: 2px;
	font-family: tahoma;
	font-size: 12px;
	color:#333333;
	background-color: #FFFFFF;
}

.btn-send-req {
	border: 1px solid #333333;
	width: 100px;
	height: 22px;
	font-family:tahoma;
	font-size: 13px;
	color: #333333;
	background-color:#FFFFFF;
	padding-bottom: 2px;
}