html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Papyrus;
	text-align: left;
	font-size: 11;
	color: Navy;
	background-color: #cc99ff;
	background-repeat: repeat-x;
	background-position: top;
}

table,td {
	border-style: none;
}

table {	width:100%; margin:0px; border-collapse:collapse; }

td { padding:0px; vertical-align:top; }
	
a { text-decoration: none;
	color: #003366; }

a:hover {
	text-decoration: underline;
	color: Fuchsia;
}

.small { font-size: 11px; }

.infoPage {
	font-size: 12px;
	font-weight: normal;
	color: #F0E68C;
	background-color: trasparent;
}
	
.cell {
	padding: 0 2px 0 2px;
	font-size: 11;
	font-weight: normal;
	color: Blue;
	border: 1px solid #A5BADC;
}
	
.copyright { font-size: 10px; }
	
.button {
	font-size: 11px;
	font-weight: bold;
	background: #EE82EE;
	clear: both;
}

.topbanner {
	border: medium none;
	font-size: 10px;
	text-align: center;
	background-color: #cc99ff;
}
	
.tableline1 {
	border: maroon thin;
	font-size: small;
	text-align: left;
	color: Navy;
	background-color: transparent;
	font-size: 14;
}

.tableline1 a { }

.tableline2 {
	font-size: 14;
	text-align: left;
	border-right: #F6F8FB 1px solid;
	border-top: #F6F8FB 1px solid;
	color: Black;
}
	
.tableline2 a { }


.tablelinemain {
	font-size: 11;
	text-align: left;
	text-indent: 2px;
	color: 333333;
	background-color: #cc99ff;
}
	
.tablelinemain a {
	font-size: 10;
	color: Black;
}
	
.normal { list-style: square;
	font-size: 14px; text-align: justify; }
	
.myTable {
	border: 1px solid cc99ff;
	list-style: square;
	font-size: 14px;
	text-align: justify;
	background-color: cc99ff;
	font-style: normal;
}
	
.myTitle {
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 5px;
	color: Navy;
	background-color: #EE82EE;
}
	
.myTr {
	background-color: #cc99ff;
}

.myTD { padding: 3px; }
	
.myQuote {
	border: 1px solid Navy;
	padding: 3px;
	font-size: 11px;
	text-align: justify;
	background-color: #cc99ff;
} 

#TopPage { height: 60px; }

#MainPage { height: 60px; }

#Display { height: 450px; }

