/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #3E6B8A;
	text-decoration: underline;
}
a:visited {
	color: #3E6B8A;
	text-decoration: underline;
}
a:hover {
	color: #810606;
	text-decoration: none;
}
a:active {
	color: #3E6B8A;
	text-decoration: underline;
}

.btmenu {
	color: #CCCCCC;
}
.btmenu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.btmenu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.btmenu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.btmenu a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	padding: 7px;
}
.sidemenu {
	background-image: url(images/b-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.sidemenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sidemenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sidemenu a:hover {
	color: #FCF98A;
	text-decoration: none;
}
.sidemenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	line-height: 18px;
	text-align: justify;
}
.content h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
}
.content h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #810606;
	text-align: left;
	background-image: url(images/cont-sp.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}

