body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.body {
	background-image: url(main.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.dashed {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	background-repeat: repeat;
}
.titlebar {
	color: #FFFFFF;
	background-color: #2d9bdc;
	font-weight: bold;
	padding-left: 5px;
	height: 16px;
	padding-right: 5px;
}
a {
	color: #2d9bdc;
	text-decoration: none;

}
a:active {
	color: #2d9bdc;
	text-decoration: none;

}
a:hover {
	color: #2d9bdc;
	text-decoration: underline;

}
.lightlink a {
	color: #f2f2ff;
	text-decoration: none;

}
.lightlink a:active {
	color: #f2f2ff;
	text-decoration: none;

}
.lightlink a:hover {
	color: #f2f2ff;
	text-decoration: underline;

}

/* News Archive */
.releasemenu td {
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
div#news {
	width: 100%;
}
div#latestnewsheading {
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}