/* CSS Document */
body {
	background-color: #efffe5;
	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: #555555;
}
a:link {
	color: #C12113;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C12113;
}
a:hover {
	text-decoration: none;
	color: #6F251C;
}
a:active {
	text-decoration: underline;
	color: #C12113;
}

.pgtitle {
        font-family : Tahoma;
	font-size: 18px;
        font-weight : bold;
	color: #555555;
	background-image: url(images/pgtit-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}
.leftmenu {
	color: #FFFFFF;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 5px;
}
.leftmenu a:link {
	font-weight: normal;
	color: #fbfc89;
	text-decoration: none;
}
.leftmenu a:visited {
	font-weight: normal;
	color: #fbfc89;
	text-decoration: none;
}
.leftmenu a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.leftmenu a:active {
	font-weight: normal;
	color: #fbfc89;
	text-decoration: none;
}

.leftmenutit {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 6px;
}
.content {
	line-height: 22px;
	text-align: justify;
}
.cont h2 {
	background-image: url(images/conttit-bg-000000.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
        font-family : Tahoma;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #008000;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}
.btmenu {
	color: #052304;
	line-height: 20px;
}
.btmenu a:link {
	color: #fbfc89;
	text-decoration: underline;
	font-weight: bold;
}
.btmenu a:visited {
	color: #fbfc89;
	text-decoration: underline;
	font-weight: bold;
}
.btmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.btmenu a:active {
	color: #fbfc89;
	text-decoration: underline;
	font-weight: bold;
}
.red1 {
	color: #810606;
}
