@charset "utf-8";
body {
	background-color: #000828;
	margin: 0;
}
.content_bg {
	background-color: #010e44;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.left_bg {
	background-color: #0F6EBA;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.maintxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #EAEEFC;
}
.padding {
	padding-right: 15px;
	padding-left: 15px;
}
.imgborder {
	border: 2px solid #c7b799;
}
a.link:link{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	}
a.link:visited{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	}
a.link:hover{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	}
.link2{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
}
a.link2:link{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
	font-weight:bold;
	}
a.link2:visited{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
	}
a.link2:hover{
	color: #f7e6c8;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	}
.bordersides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f7e6c8;
	border-left-color: #f7e6c8;
}
.padding2 {
	padding: 15px;
}

