

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#154364;
	text-align: right;
}
.left-top{
	background:url(ImagesDB/LT.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
}
.top-border{
	background:url(ImagesDB/top.jpg);
	height:19;
	background-repeat:repeat-x;
}
.right-top{
	background:url(ImagesDB/RT.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
	
}
.leftborder{
	background:url(ImagesDB/Left.jpg);
	width:22;
	background-repeat:repeat-y;
}
.rightborder{
	background:url(ImagesDB/Right.jpg);
	background-repeat:repeat-y;
    width:22;

}
.left-bottom{
	background:url(ImagesDB/lb.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
	
}
.right-bottom{
	background:url(ImagesDB/RB.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
}
.bottom-border{
	background:url(ImagesDB/Bottom.jpg);
	height:19;
	background-repeat:repeat-x;
	width:780px;
	
}

.content {
	color: #ffffff;
	text-align: left;
	font-family:Tahoma;
	font-size:14px;
	letter-spacing:2px;
	text-align:justify;
	
	width:690px;
}
.content_form{
	color: #000000;
	text-align: left;
	font-family:Tahoma;
	font-size:14px;
	letter-spacing:2px;
}
.footer{
	background:#236188;
	color: #ffffff;
	height:35;
	font-family:Tahoma;
	font-size:10px;
	padding-top:10px;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.TextBox1
{
	font-family:Arial;
	font-size:12px;
	padding-left:3px;
	border:solid 1px #174465;
	width:200px;
}

