@charset "UTF-8";
}
a:link{
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color:#00cc66;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#00cc66;
	text-decoration: none;
	font-weight: bold;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.bodypapyrus {
	font-family: Papyrus;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.oneColLiqCtr #container #mainContent .bodypapyrus {
	font-weight: normal;
}
.oneColLiqCtr #container #mainContent h2 {
	font-weight: normal;
}
.headingplain {
	font-weight: normal;
}
.bodyVerdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.headingVerdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.bodyitalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.linkOnblacklarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFF;
	text-transform: none;
	cursor: text;
	text-decoration: none;
}
.yellowtext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	font-size: 12px;
}
.papyrus {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}

