a:link
{
	color: #0099ff;
	text-decoration: none;
}
a:visited
{
	color: #0099ff;
	text-decoration: none;
} 
a:active 
{
	color: rgb(153,0,255);
	text-decoration: none;
}
a:hover
{
	color: #0099ff;
	font-weight: bold;
	text-decoration: underline;
}

body
{
	font-family: Times New Roman, Times, Book Antiqua;
	color:  #0000FF;
    background: #FFFFFF url('lblue047.gif') repeat;
    padding-left: 0em;
}

.header 
{
	width: 100%;
	height: 160px;
}

.footer
{
	padding-Top: 8em;
	width: 100%;
	height: 10px;
}

.left
{
	font-family: Times New Roman, Times, Book Antiqua;
	text-decoration: none;
	font-weight: bold;
	color: #0099ff;
	position: absolute;
	left:0;
	height: 100%;
	width: 150px;
}

.center
{
	margin-left: 150px;
	height: 400px;
}

table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times, Book Antiqua;
	color: #0000FF;
}
