@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #AE7A52;
	font-size:9pt;
	color:#f2e5b1;
}

.bg {
	background-image:url(bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#logoDiv {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:276px;
	z-index:1;
}
#logoDiv2 {
	position:relative;
	width:200px;
	height:276px;
	z-index:2;
	left:0;
	top:-50px;
}

a.aWhite:link {
	color:#f2e5b1;
	text-decoration:none;
	}
a.aWhite:visited {
	color:#f2e5b1;
	text-decoration:none;
	}
a.aWhite:hover {
	color:#f2e5b1;
	text-decoration:none;
	}

a:link {
	color:#707070;
	text-decoration:none;
	}
a:visited {
	color:#707070;
	text-decoration:none;
	}
a:hover {
	color:#ff7e00;
	text-decoration:none;
	}
.txtTitle {
	font-size:14px;
	font-weight:bold;
	color:#f2e5b1;
}

.txtHeader {
	font-size:16px;
	font-weight:bold;
	color:#f2e5b1;
	padding:5px;
	text-align:center;
}

.content {
	line-height:175%;
}


.page_on {
	margin:0 2px 0 2px;
	font-weight:bold;
	color:#f2e5b1;
	cursor:pointer;
}
.page_off {
	margin:2px;
	cursor:pointer;
	color:#f0f273;
}

.imgBorder {
	width:122px;
	height:92px;
	border:2px solid #ecd9bb;
	text-align:center;
	vertical-align:middle;
}
.whiteBorder {
	border:1px solid #ecd9bb;
}

#imgView {
	border:2px solid #ecd9bb;
}

.txtBox {
	border:1px solid #FEFEFE;
	background-color:transparent;
	background-image:none;
	overflow:auto;
	color:#f2d6ae;
}

.txtWhite
{
	/*color:#f2d6ae;*/
	
}

.marqueeBg {
	background-image:url(marquee_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height:138px;
}

.headerBg
{
	background-image:url(header_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

.mainBg
{
	background-image:url(main_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:1000px;
	text-align:left;
}

.dotLine
{
	background-image:url(dot_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.txtDate
{
	color:#f2e5b1;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.flashBg
{
	<img src="images/_m/flash_bg.jpg" width="389" height="210" />;
	background-image:url(flash_bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:389px;
	height:210px;
}
