body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #E6E6FF;
}

td {
	font-size: 9pt;
	color:#333333;
}
th {
	font-size: 9pt;
	color: #FFFFFF;
	background-color:#333333;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	font-size: 12pt;
	color: #666699;
	margin-bottom: 0px;
}
h2 {
	font-size: 10pt;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	color: #CC6666;
	text-decoration: none;
	font-weight: bolder;
}
a.right:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.right:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.right:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a.right:active {
	color: #000066;
	text-decoration: none;
}
.img {
	border: thin outset;
	margin: 0px 5px 5px;
	padding: 3px;
}

ul.ulBtn1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.Btn1 {	
	margin: 0px;
}

li.Btn1 a {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	background-color:#000000;
	border: 0px outset;
	padding: 2px;
	margin: 0px;
	width: 80%;
}

li.Btn1 a:visited {
	color: #CCCCCC;
}

li.Btn1 a:hover { 
	background-color: #CCCCCC;
	color: #333333;
}
ul.ulBtn2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px ridge;
}
li.Btn2 {	
	margin: 0px;
}

li.Btn2 a {
	color: #000000;
	display: block;
	text-decoration: none;
	background-color:#CCCCCC;
	border: 1px ridge;
	padding: 2px;
	margin: 0px;
	width: 100%;
}

li.Btn2 a:visited {
	background-color: #CCCCCC;
	color: #000000;
}

li.Btn2 a:hover { 
	background-color: #DDDDDD;
	color: #990000;
}

select, input, textarea, checkbox {
	font-size: 8pt;
	color: #333333;
}
