/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}

.text {color: #000000;  font-family: arial, helvetica, sans-serif;  font-size: 11px; text-decoration: none}

.text a:link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
.text a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
.text a:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}

.footer {color: #FFFFFF;  font-family: arial, helvetica, sans-serif;  font-size: 10px; text-decoration: none}

.footer a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
.footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
.footer a:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

.borders {  border: white solid; border-width: 1px 1px
}