@charset "utf-8";
body {
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	background-color: #1a1a1a;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.orange:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.orange:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.orange:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.orange:hover {
	color:#FF6600;
	text-decoration:underline;
} 

a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration:underline;
	color:#FF6600
}.divborder {
	border: 1px dashed #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
}
.table-body {
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1A1A1A;
	border-bottom-color: #1A1A1A;
	border-left-color: #1A1A1A;
}
