/* CSS Document */

.black {
	background-color: #000000;
}
body {
	background-image:  url(images/bg2.jpg);
	background-color: #000000;
	vertical-align: top;
}
.gray {
	background-color: #444444;
	font-family: georgia, times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	padding: 10px;
	line-height: 13pt;
}
.text {
	font-family: georgia, times, serif;
	font-size: 15pt;
	color: #FFFFFF;
}
.copyright {
	font-family: "trebuchet regular", trebuchet, helvetica, arial, "sans serif";
	font-size: 8pt;
	color: #666666;
	padding-top: 6px;
	padding-left: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
	border: none #000000;
}
a:visited {
	color: #666666;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #FEDE58;
	border: none;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.middle {
	vertical-align: middle;
}
.grayCenter {
	background-color: #444444;
	font-family: georgia, times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	padding: 10px;
	line-height: 13pt;
	text-align: center;
}
.grayProducts {
	background-color: #444444;
	font-family: georgia, times, serif;
	font-size: 11pt;
	color: #FFFFFF;
	padding: 10px;
	line-height: 15pt;
}
.centerMiddle {
	vertical-align: middle;
	text-align: center;
	background-color: #444444;
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
.topofpage {
	font-family: helvetica, arial, "sans serif";
	font-size: 10px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	background-color: #000000;
	padding-top: 5px;
}
.center {
	text-align: center;
}
.grayProductsYellow {
	background-color: #444444;
	font-family: georgia, times, serif;
	font-size: 11pt;
	color: #FEDE58;
	padding: 10px;
	line-height: 15pt;
}
.grayNoPadding {
	background-color: #444444;
	text-align: right;
}
.linkblue {
	color: #0099FF;
	text-decoration: none;
}
.yellow {
	color: #FEDE58;
}
.alt {
	display: none;
}
