/* Beginning tag modifying CSS */
a {
	color: #3399FF;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #003366;
}
body {
	background-color: #000000;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1 {
	font-size: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	color: #FFFFFF;
}
/* End tag modifying CSS */


/* Beginning Class modifying CSS */
.company_name {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/black-70percent.png);
	text-align: left;
	text-indent: 12px;
	margin-top: 150px;
	margin-bottom: 15px;
}
.content td {
	padding: 12px;
}

.content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-image: url(images/black-70percent.png);
}
.footer {
	background-image: url(images/black-70percent.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
.style2 {color: #666666}

.style3 {font-size: 10px}
.style7 {
	font-size: 14px;
	letter-spacing: 3px;
	font-style: italic;
}
.style8 {
	font-size: 24px;
	color: #FFCC00;
}
.style9 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #FFCC00;

/* End Class modifying CSS */


/* Beginning Id modifying CSS */
/* CSS regarding IDs are for single instances ie class="generic" id="unique" */

/* End Id modifying CSS */

