﻿html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }

/* Site Defaults */
a { 
	text-decoration: none; 
	font-weight: bold; 
	color: #AAAAAA; 
}
a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.defaultText {
	color: #C0C0C0;
}
.linkText {
	font-size: 12pt;
	font-family: Verdana,sans-serif;
	color: #888888;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
.linkText a:hover {
	font-size: 12pt;
	font-family: Verdana,sans-serif;
	color: #AAAAAA;
	font-weight: bold;
	line-height: 30px;
}
.indexPageCenter {
	margin: auto;
	width: 650px;
	text-align: center;
	vertical-align: bottom;
}
.indexPageCenterText {
	margin: auto;
	text-align: center;
	width: 650px;
}
.pageCenterWidth800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.pageCenterWidth650 {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.pageCenterContainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

