/* --------------------------- Colors -----------------------*/
body {
	background-color: #333333;
}
.sitecredit {
	color: #FFFFFF;
}
.footer {
	color: #FFFFFF;
}
/* --------------------------- Text -----------------------*/
body {
	font-family: Tahoma;
	font-size: 9pt;
	line-height: 13pt;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.sitecredit {
	font-family: Tahoma;
	font-size: 8pt;
}
.footer {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 9pt;
}
fieldset {
	background-color:#EBEBEB;
	}
legend {
	font-size: 10pt;
	font-weight: bold;
	}
.newstitle { 
	font-weight:bold;
}
.galtitle { 
	font-weight:bold;
}
.helpText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #000000;
}
/* --------------------------- Layout -----------------------*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	padding:0;
}
.galimage {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
hr {
	color: #CCCCCC;
	height: 1px;
}
.newsitem {
	border:0;
	border-bottom: 1px solid #990000;
	margin-bottom: 5px;
}
