body, td {
	font-size :8pt;
	color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color: #5577BB;
	scrollbar-darkshadow-color: #5577BB;
	scrollbar-track-color: black;
	scrollbar-shadow-color: #5577BB;
	scrollbar-highlight-color: #5577BB;
	scrollbar-3dlight-color: #99AAEE;
	scrollbar-face-color: black;
	text-align : left;
	background-color : Black;
}

.subtitle  {
	color: #5577BB;
	font-size: 11pt;
	font-variant : normal;
	font-weight : bold;
	text-transform : lowercase;
	font-family : "MS Serif", "New York", serif;
	letter-spacing : 3px;
}

a:link, a:visited {
	text-decoration:none;
	color:#AABBFF;
	height:0;
	text-transform : lowercase;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
	height:0;
	text-transform : lowercase;
}

.small {
   font-size: 7pt;
}

INPUT.buttons {
	color: white;
	background-color: #5577BB;
	border : thin outset white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
   font-size :8pt;
}
  
input, textarea, select {
	background-color : #99AAEE;
	color : black;
	border : thin groove #5577BB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size :8pt;
}

INPUT.checkbox {
	border: 0;
	background-color: transparent;
}

HR {
	width : 100%;
	border : 1px solid #5577BB;
}

th {
	text-align: right;
	font-weight: normal;
   font-size: 8pt;
}