/* CSS Document */

body{
	margin:0px;
	background-color: #6E0D10;
}

td {
	font-family: Georgia;
	font-size: 11px;
	color: #CDCDCD;
	/*color: #2E2A37;*/
	font-weight:bold;
}

.title-bg {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;

}

.text-bg {
	background-image: url(images/grd.gif);
	background-repeat: repeat-x;
	height:150px;
	padding:15px;
}


a{
	font-family: Georgia;
	font-size: 11px;
	/*color: #2E2A37;*/
	color: #CDCDCD;
	text-decoration:underline;
}

a:hover{
	font-family: Georgia;
	font-size: 11px;
	/*color: #CDCDCD;*/
	color:#330000;
	text-decoration:none;
}

.dot-line {border:1px dashed #272727}


.dot-line a{
	font-family: Tahoma;
	font-size: 11px;
	color: #CDCDCD;
	text-decoration:none;
}

.dot-line a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC33;
	text-decoration:none;
}
.heading{
	font-family: Tahoma;
	font-size: 20px;
	color: #CDCDCD;
	text-decoration:none;
}

.tableheading{
	font-family: Tahoma;
	font-size: 13px;
	color: #FFCC33;
	text-decoration:none;
}

.tableBorderClass
{
border-style: dotted dashed solid double;
border-color: #FFCC33;
}

.star
{
font-family: Tahoma;
color: #FFCC33;
text-decoration:none;

}
.hide{
	display:none;
}
.display{
	display:block;
}