/* CSS Document */

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

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #CDCDCD;
}

.title-bg {
	background-image: url(images/linr-hr.gif);
	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: Tahoma;
	font-size: 11px;
	color: #CDCDCD;
	text-decoration:underline;
}

a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC33;
	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: #FFCC33;
	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;
}