/* globals */

html, body { 
	margin:0; 
	padding:0;
	background-color:#000000;
} 

h1 {
	margin: 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

h2 {
	margin: 0;
	color: #f28149;
	font-weight: bold;
	font-size: 13px;
}

h3 {
	color: #CCCCCC;
	font-size: 12px;
}

td {
	font-family: Verdana;
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #FFF;
}

.FloatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.Image {
	padding: 3px;
	background: #535353;
	border: 1px solid #c4c4c4;
}

.Yellow {
	color:#d8ab19;
}

a { 
	color: #FFF;
	font-size: 12px;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Subnav { 
	color: #000;
	font-size: 12px;	
	text-decoration: none;
}

a.Subnav:hover {
	text-decoration: underline;
}

a.Contentlink {
	color: #FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	margin: 0; 
}

a.Contentlink:hover {
	text-decoration: none;
}

a.Active {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	margin: 0 10px 0 10px;
	color: #838383;
	font-size: 12px;
	text-decoration: none;
}
a.NotActive:hover {
	text-decoration: underline;
}

#Content {
	margin: 10px;
}

/* forms */

.input { 
	margin: 0; 
	padding: 3px; 
	width: 300px; 
	border: 1px solid #c4c4c4; 
	background: #535353;
	color: #FFF;	 
}

.input:hover { 
	background: #777777; 
}

.pulldown { 
	margin: 0; 
	padding: 3px; 
	width: 300px; 
	border: 1px solid #c4c4c4; 
	background: #535353;
	color: #FFF;	 
}

.pulldown:hover { 
	background: #777777; 
}

.textarea { 
	width: 606px; 
	height: 100px;
	padding: 3px; 
	border: 1px solid #c4c4c4; 
	background: #535353;
	color: #FFF;
}

.textarea:hover { 
	background: #777777; 
}


.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #c4c4c4;
	color: #FFF; 
	background: #535353;	 
}