body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:11px;
	line-height:17px;
	color:#B0A7A0;
   background-image:url(../images/bg.jpg);
   background-repeat: repeat-x;
	background-color:#0C0702;
	margin: 0px;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#990000;
}

#pageContent {
	margin-top:15px;
}

#pageContent img {
	margin:10px;
}

#flashMenuTop {
	height:34px;
}

#flashMenuTop a{
	font-size:14px;
	color:#ffffff;
	margin-left:10px;
}

#copyright {
	padding:10px;
}

#copyright a {
	color:#F8F3B9;
	text-decoration:none;
}

#copyright a:hover {
	color:#990000;
	text-decoration:none;
}
/* form */
.InputBox{
	border:1px solid #C0C0C0;
	font-size:12px;
	color:#717171;
	width:220px;
}

.InputBoxFocus {
	border:1px solid #cc0000;
	font-size:12px;
	color:#000;
	width:220px;
}

/* css for content management */
.title {
	font-size: 11px;
	font-weight: bold;
	color: #f3f2b9;
}

.maintitle {
	font-size: 13px;
	font-weight: bold;
	color: #f3f2b9;
}
.title-w {
	font-size: 11px;
	font-weight: bold;
	color: #9A0000;
}
.title-f {
	font-size: 12px;
	font-weight: bold;
	color: #F9F8B7;
}

.redBoldText {
	color:#ff0000;
	font-weight:bold;
	letter-spacing;1px;
}

.lightbrownBoldText {
	font-weight: bold;
	color: #f3f2b9;
	letter-spacing;1px;
}

.tableStyle {

}

.tableStyle td {
	border-bottom:1px solid #414141;
}