/* CSS Document */
<!--
body {
	background-color: #E0E0E0;
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 20px;
}
.style1 {
	font-family: "MS Reference Sans Serif";
	font-size: 14px;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	color: #FFFFFF;
	font-style: italic;
	font-size: 14px;
	font-family: "MS Reference Sans Serif" serif;
}
.bgc-black {
	background: #000000;
}
.align-right {
	float: right;
}
.align-center {
	float: center;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
blockquote {
  border: solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: black;
}
table.table-ltblue
{
        border-left: thin;
        border-left-width:thin;
        border-right: thin;
        border-right-width:thin;
        border-top: thin;
        border-top-width:thin;
        border-style:solid;
        color:#000000;
        background-color: #6699FF;
        float=center;
}
table.table-white
{
        border-left: thin;
        border-left-width:thin;
        border-right: thin;
        border-right-width:thin;
        border-top: thin;
        border-top-width:thin;
        border-style:solid;
        color:#000000;
        background-color: #FFFFFF;
        float=center;
}
table.table-black
{
        border-left: thin;
        border-left-width:thin;
        border-right: thin;
        border-right-width:thin;
        border-style:solid;
        color:#000000;
        background-color: #000000;
        float=center;
}
/*
table
{ 
border-left: thin dotted #00FF00;
border-left-width:thin;
border-style:solid;
color:#000000;
}
*/
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #818181;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #CE0000;
}
ul {
	list-style-type:square;
	margin-left: 20px;
	margin-right: 0px;
}
-->
