@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1a1a1a;
	background-color: #091016;
	background-position: center top;
}
.textNotice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.mainTableBg {
	background-color: #FFFFFF;
	border: medium solid #333;
}
.indexTableBg {
	border: medium none #666;
	background-image: url(../images/index_back.jpg);
	background-repeat: no-repeat;
}
.indexButton {
	background-image: url(../images/index_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.topBg {
	background-color: #FFFFFF;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
.bottomBg {
	background-color: #FFFFFF;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #666666;
	font-weight: bold;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
}
.subTitle1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: normal;
	font-style: italic;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ce5959;
	font-weight: bold;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #A50000;
	font-weight: bold;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A50000;
	font-weight: bold;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A50000;
	font-weight: bold;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ce5959;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.blink:link, a.blink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}
a.blink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ce5959;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}
a.clink:link, a.clink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-decoration: underline;
}
a.clink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
a.dlink:link, a.dlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
a.dlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1d8cd4;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
.linkVariation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CCCCCC;
}
.mainTableBorder {
	background-color: #FFFFFF;
	border: 1px dashed #bbbbbb;
}
.sampleBox {
	background-color: #EEEEEE;
	border: 1px dotted #bbbbbb;
}
.bottomLine {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
}
.reelTable {
	border: thin solid #666666;
	background-color: #F4F4F4;
}
.reelTableRow {
	border: thin dotted #666666;
	background-color: #FFFFFF;
}
.reelTableRow2 {
	border: thin dotted #666666;
}
.insideBox {
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}
}.contentBox {
	background-color: #e9ecf3;
	border: 1px solid #CCCCCC;
}