

/* -------------------------------------------------------------------
FIRST LEVEL MENU ITEMS FORMATTING
------------------------------------------------------------------- */
BODY{
	color : #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EEEEEE;
	}
TD {
	color:#666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	}
.smalltext {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	text-decoration: none;
	}
.smalltext:a:active {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
.smalltext:a:hover {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
.smalltext:a:link {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
.smalltext:a:visited {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
.smalltext:a:visited:hover {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}

A:ACTIVE {
	color:#003366;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	}
A:HOVER {
	color:#0063C6;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	}
A:LINK {
	color: #003366;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	}
A:VISITED {
	color: #003366;	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	}
A:VISITED:HOVER {
	color:#0063C6;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	}
.imageborder {
	border-color: red;
	}
