@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#154364;
	text-align: right;
}
.left-top{
	background:url(LT.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
}
.top-border{
	background:url(top.jpg);
	height:19;
	background-repeat:repeat-x;
}
.right-top{
	background:url(RT.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
	
}
.left{
	background:url(Left.jpg);
	width:22;
	background-repeat:repeat-y;
}
.right{
	background:url(Right.jpg);
	background-repeat:repeat-y;
    width:22;

}
.left-bottom{
	background:url(lb.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
	
}
.right-bottom{
	background:url(RB.jpg);
	background-repeat:no-repeat;
	width:22;
	height:19;
}
.bottom{
	background:url(Bottom.jpg);
	height:19;
	background-repeat:repeat-x;
}

.content {
	color: #ffffff;
	text-align: left;
	font-family:Tahoma;
	font-size:14px;
	letter-spacing:2px;
	text-align:justify;
}
.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;
}

