@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #e9e9e9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
body, td, th {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
.top-text {
	font-size: 13px;
	font-weight: bold;
	color: #5E3145;
	padding-left: 12px;
}
.top-menu {
	font-size: 11px;
	font-weight: normal;
	color: #001c5d;
	text-decoration: none;
	padding-left: 10px;
}
.top-menu a {
	color: #001c5d;
	text-decoration: underline;
}
.top-menu a:hover {
	color: #001c5d;
	text-decoration: none;
}
.side-bg {
	background-color: #edbcd1;
	background-image: url(images/side-bt.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 50px;
}
.side-tit {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5e3145;
	background-image: url(images/side-mn-bg1.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.side-menu {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/side-mn-bg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 25px;
	padding-left: 10px;
}
.side-menu a {
	color: #9F0044;
	text-decoration: none;
}
.side-menu a:hover {
	color: #9F0044;
	text-decoration: underline;
}
.content-bg {
	background-image: url(images/top5.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content {
	line-height: 20px;
	text-align: justify;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #5E3145;
	line-height: 24px;
	text-align: left;
}

