
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
body,td,th {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dotline {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	height:1px ! important;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}
#greyArea td, #greyArea p, #greyArea {
	color:#CCCCCC;
}
#greyArea a {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
#greyArea a:hover img {
	border-color:#FF9900;
}
a {
	color:#FF3300;
	text-decoration:none;
	font-weight:bold;
}
.red {
	color:#FF0000 ! important;
	font-weight:bold;
}
.white {
	color:#FFFFFF ! important;
	font-weight:bold;
}
.orange {
	color:#FF6600 ! important;
	font-weight:bold;
}
.title {
	color:#333333 ! important;
	font-size:12px;
	font-weight:bold;
}
.header {
	color:#FF9900 ! important;
	font-size:12px;
	font-weight:bold;
}
a:hover {
	text-decoration:underline ! important;
}
img {
	border-color:#333333;
}
a:hover img {
	border-color:#FF3300;
}
.whiteArea {
	background-color:#333333;
}
.darkText {
	color:#333333 ! important;
}

.ltTable {
	background-color:#FFFFFF ! important;
	border:1px solid #CCCCCC;
}
.ltTable td {
	padding:8px;
	color:#333333 ! important;
}
.ltTableHeader, .ltTableHeader td  {
	background-image:url(images/bg-bottom.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	font-weight: bold;
	color:#333333 ! important;
}
.ltTableSubHeader, .ltTableSubHeader td  {
	font-weight:bold;
	background-color:#F4F4F4 ! important;
	color:#333333 ! important;
}
.dottedLine, .dottedLine td {
	background-image:url(images/bg_reddot.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.dottedLineB, .dottedLineB td {
	background-image:url(images/bg_reddot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}