@charset "utf-8";
/* CSS Document */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	margin:0px;
	background-image:url(../images/common/background.gif);
}
TD {
	font-size:11px;
	color: #666666;
	line-height:160%;
}
H1 {
	font-size:20px;
	color: #333333;
	line-height:130%;
	font-weight:bold;
}
H2 {
	font-size:18px;
	color: #933C3C;
	line-height:130%;
	font-weight:bold;
}
A {
	color:#BF6162;
	text-decoration:underline;
}
A:hover {
	color:#933C3C;
	text-decoration:none;
}
.MainBackground {
	height: 100%;
	width: 762px;
}
.ContentBackground {
	background-image:url(../images/common/content_background.jpg);
	background-repeat:no-repeat;
	background-color:#654B4E;
	width: 760px;
}
.FooterBackground {
	background-color:#654B4E;
}
.BorderBackground {
	background-color:#48393A;
}
.ArticleTable {
	margin-left: 15px;
	width:730px;
}
.Footer{
	font-size:11px;
	color:#FFB500;
	text-decoration:none;
}
.Footer A{
	font-size:11px;
	color:#FFB500;
	text-decoration:underline;
}
.Footer A:hover{
	font-size:11px;
	color:#FFB500;
	text-decoration:none;
}
.ContentText{
	font-size:12px;
	color: #666666;
	background-color:#f1f1f1;
	text-align:justify;
}
.DarkBackgroundText {
	font-size:11px;
	color: #ffffff;
}
.DarkBackgroundText A{
	font-size:11px;
	color: #ffffff;
	text-decoration:none;
}
.DarkBackgroundText A:hover{
	font-size:11px;
	color: #ffffff;
	text-decoration:underline;
}
.SideMenu{
	font-size:11px;
	color: #933C3C;
	font-weight:bold;
	padding-bottom:4px;
}
.SideMenu A{
	font-size:11px;
	color: #933C3C;
	font-weight:bold;
	text-decoration:none;
}
.SideMenu A:hover{
	font-size:11px;
	color: #BF6162;
	font-weight:bold;
	text-decoration:underline;
}
.TableBottomSepLine{
	border-bottom: 1px solid #dedede;
}
.Copyright{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}