body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #2F4F4F;
	scrollbar-arrow-color: #2F4F4F;
	scrollbar-3dlight-color: White;
	scrollbar-highlight-color: #20B2AA;
	scrollbar-face-color: White;
	scrollbar-shadow-color: #2F4F4F;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: White;
	font-size: xx-small;
}
table{
   font-size: xx-small;
   font-family: "MS Sans Serif", Geneva, sans-serif;
}	

.thin{ border: 1px solid #009999; }

.celldn{
	border-left : 0px;
	border-right : 1px solid Teal;
	border-bottom : 1px solid Teal;
	border-top : 0px;
}

.cellup {
	border-left : 1px solid Teal;
	border-right : 0px;
	border-bottom : 0px;
	border-top : 1px solid Teal;
}
	
.form-element {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background-color : White;
	border-right : 1px solid #009999;
	border-top : 1px solid #009999;
	border-left : 1px solid #009999;
	border-bottom : 1px solid #009999;
	font-size : xx-small;
	width : 100%;
}
.button{
	border-right : 1px solid #009999;
	border-top : 1px solid #009999;
	border-left : 1px solid #009999;
	border-bottom : 1px solid #009999;	
	font-size : xx-small;
}
ul {
	text-align: justify;
	font-size: xx-small;
}

li {
	text-align: justify;
	font-size: xx-small;
}

p {
	font-size: xx-small;
}

A:link {
	color: #2F4F4F;
	font-size: xx-small;
 }
 
A:visited {
	color: #A9A9A9;
	font-size: xx-small;
}

A:active {
	color: #008B8B;
	font-size: xx-small;
}

A:hover {
	color: #20B2AA;
	font-size: xx-small;	
}