@charset "utf-8";
/* CSS Document */

body {
	background-color: #587fab;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #8c1313;
}
a:hover {
	color: #587FAB;
}

.btmenu {
	color: #259AE9;
}
.btmenu a {
	color: #9DD3F5;
	text-decoration: underline;
}
.btmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidemenutit {
	color: #FFFFFF;
	background-image: url(images/bg-left-tit.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.sidemenu {
	color: #FFFFFF;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.sidemenu a {
	color: #E8EFF5;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.sidemenu a:hover {
	color: #C5E4F9;
	text-decoration: none;
}
.sidemenu2 {
	color: #FFFFFF;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #79B5DA;
}
.sidemenu2 a {
	color: #E8EFF5;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sidemenu2 a:hover {
	color: #C5E4F9;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #10335d;
	text-decoration: none;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #8c1313;
}
.content {
	line-height: 22px;
	text-align: justify;
}

