<!--
BODY {
	background-color : #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0; 
}

.maintable
{	background-image: url('/images/01-home_05.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;}
	
.lefttable
{	background-image: url('/images/01-home_14.jpg');
	background-color: #FCF3BF;}

A:LINK, A:VISITED {
	color : #000099;
	text-decoration : none;
}

A:HOVER {
	color : maroon;
	text-decoration : underline;
}

A:ACTIVE {
	color : red;
	text-decoration : underline;
}
.text {
	font-family: georgia, tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	}

.titletext {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #1F3871;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
}

.titlesubtext {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

.tableitem {
	font-family: georgia, tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;

	}

.textmini {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;

	}

.footer {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: yellow;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	}
.captions {
	font-family: georgia, tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	}
.copyright {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	}

.boxes		{ font-family: georgia, Tahoma, Arial; 
			  font-size: 11pt;
			  color: #000000;
			  border: 1px solid silver; 
			  background-color: #ffffff;
			  }
			  
.buttons	{
			font-family: Georgia, Tahoma, Arial; 
			font-size: 11pt; 
			border: 1px solid silver; 
			background-color: #ffffff
}


-->