/* Futuristics CSS Document */

/* Start Structural CSS */

BODY {
	font-family: Arial;
	color: #000000;
	background-color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

TD {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}


/* Start Link CSS */

A:LINK {
	color: #477B86;
	text-decoration: none;
	font-weight: bold;  
}
A:VISITED {
	color: #477B86;
	text-decoration: none;
	font-weight: bold; 
}
A:HOVER {
	color: #A8B8C0;
	text-decoration: underline;
}

/* Start Textual CSS */

.copyright {
	font-family: Arial;
	color: #9A0707;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	margin:15px 0px 15px 0px;
}

.homeTxt {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	line-height: 16px;
	margin:30px 80px 15px 76px;

