/*First part is link related, then single div specific, then generalized things after. -SD*/
a:link
{
	color: aaaaaa;
	text-decoration: none;
}

a:visited
{
	color:#888888;
	text-decoration: none;
}

a:hover
{
	color:#cccccc;
	text-decoration: none;
}

a:active
{
	color: white;
	text-decoration: none;
}
TD 
{
background-color: 333333;
}

#HTEXTL
{
	font-family: monospace;

	font-weight: bold;
	color: black;
	background-color: white;
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: left;
	padding: 0%;
}
#HTEXTR
{
	font-family: monospace;

	font-weight: bold;
	color: black;
	background-color: white;
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: right;
	padding: 0%;
}
#HTEXTC
{
	font-family: monospace;

	font-weight: bold;
	color: black;
	background-color: white;
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: center;
	line-height: 100%;
}
#CONTENT 
{
	background-color: 444444;
	text-align: justify;
	top: 0;
 	width: 90%;
}
BODY
{
	background-color: black;
	color: white;
}
.RemBorder
{
	border: 0px;
	border-style:none;
	margin: 0px;
	padding: 0%;
}
.borderdraw { border-style: solid; width: 0px; height: 0px; line-height: 0px; }
.bluedow n { border-width: 10px 10px 6px; border-color: white white gray blue;  }
.bluetop { border-width: 10px 10px 7px; border-color: gray blue white white;  }
#copyright	{
	font-family: monospace;
	color: white;
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: center;
	font-size: small;
}
