/* CSS Document */

/*bg color*/

body {
	background-color: #000000;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: underline;
	color: #CCCC00;
}

.content {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.subtitle {
	font-size: 20px;
	color: #FFFF99;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.installations {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
.lowerMenu {
	font-size: 12px;
}
