/*GENERAL BODY and TEXT ATTRIBUES*/
BODY  {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: Black;
	background-color: #FFFFFF;
}

/*LINKS*/
A  {
	color: #FFFFFF;
	text-decoration: none;
}


A:VISITED  {
	color: #FFFFFF;
	text-decoration: none;
}

A:ACTIVE  {
	color: #FFFFFF;
	text-decoration: underline;
}

A:HOVER  {
	color: #FFFFFF;
	text-decoration: underline;
}

/*TABLES*/
.NAVIGATION {
	width: 205px;
	background-color: #013567;
}

TABLE.MAIN {
	margin-top: 8px;
	background-color: #013567;
	border: 0px;
	height: 60%;
	width: 200px;
	font-size: 100%;
}

TABLE.MENU {
	font-size: 80%;
	font-weight: bold;
}

/*WEB-EZY*/
.WEBEZY {
	margin-top: 10px;
	text-align: center;
}