/* First, we define general defaults */
BODY {
	color: White;
	background: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

A {
	color: #FFFFFF;
}

A:HOVER {
	color: #666666;
}

A:ACTIVE {
	color: #333366;
}

a IMG { 
border:1px solid #FFFFFF; 
} 

a:hover IMG { 
border:1px solid #666666; 
} 

a:active IMG { 
border:1px dotted #FFFFFF; 
} 

HR {
	border: 0;
	height: 1px;
	color: White;
	background-color: White;
}

#bodyText {
	color: White;
	background: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: hidden;
}

#bodyText A {
	color: #CCCCCC;
	text-decoration: underline;
}

#bodyText A:hover {
	color: #AAAAAA;
	text-decoration: overline underline;
}

.Alert {
	color: Black;
	background: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: hidden;
	width: 90%;
	text-align: left;
	border: 1px solid White;
	padding: 2px 5px 2px 5px;
	margin: 0px 10px 0px 10px;
}

#alertlink A {
	color: Black;
	text-decoration: underline;
}

#alertlink A:hover {
	color: Black;
	text-decoration: overline underline;
}

.imageCaption {
	color: White;
	background: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
/* 	font-variant: small-caps; */
}

.imageText {
	color: White;
	background: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
}

#bigImage {
 	color: White;
	background: Black;
	text-align: center;
}

.copyRight {
	font-family: Courier New, Courier, mono;
	font-size: 10pt;
}

