body {
	background-color: #CCCCFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333
}
input {
	font-size: x-small;
}
input[type=submit] {
	width: 100px;
	height: 20px;
	text-align: center;
}
input[type=reset] {
	width: 100px;
	height: 20px;
	text-align: center;
}
input[type=textarea] {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 400px;
}	
select {
	font-size: xx-small;
}
p {
	font-weight: normal;
	font-size: small;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
th {
	text-align:left;
}
.comm_header {
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}
.comm_subhead {
	font-family:"Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: lighter;
	font-style:italic;
}
.comm_table {
	font-size: x-small;
	border: 1px solid #666666;
}
.formtext {
	font-size: 10px;
	font-weight: bold;
}
.footnote {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.titleindex {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.bullettext {
	font-size: 12px;
	color: #000000;
	list-style-type: circle;
}
.agentcontent {
	font-size: 12px;
	font-weight: lighter;
}
.twb {
	font-size: 12px;
	font-weight: normal;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.datahead {
	background-color: #050E7C;
	font-size: x-small;
	color: #FFFFFF;
	font-style: none;
}
.datahead select {
	font-size: xx-small;
}
.datahead a:hover {
	text-decoration: underline;
}
.datahead a,.datahead a:visited {
	background-color: #050E7C;
	font-size: x-small;
	color:#FFFFFF;
	text-decoration: none;
}
.datafilter {
	background-color: #050E7C;
	font-size: xx-small;
	color: #FFFFFF;
	font-style: italic;
}
.datagrid {
	background-color:#F0F0F0;
	font-size: xx-small;
}
.datagrid2 {
	background-color:#DDDDDD;
	font-size: xx-small;
}
.titlehead {
	background-color: #050E7C;
	font-size: x-small;
	color: #FFFFFF;
	font-style: italic;
}
.titlegrid {
	background-color:#DDDDDD;
	font-size: x-small;
}
.titlegrid a {
	background-color:#DDDDDD;
	font-size: x-small;
}
.error {
	color:#CC0000;
	font-size: x-small;
}
.smallprint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 800;
	font-style: italic;
	color: #FFFFFF;
}
#spacer {
	height: 120px;
}
#gap {
	height: 12px;
}
#header {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1%;
	border: solid 1px #666666;
	padding: 2px;
}
#main {
	width: 90%;
	margin-left: 5%;
	border: solid 1px #666666;
	min-height: 600px;
	padding: 2px;
}
#footer {
	background-color: #99CCFF;
	color:#FFFFFF;
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	border: solid 1px #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:700;
	padding: 2px;
}
a.button, a:visited.button {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: 600;
	display : block;
	text-align: center;
	color: #FFFFFF;
	width: 150px;
	height: 14px; 
	background-color: #9999FF;
	padding:4px;
	text-decoration: none;
	border: solid 1px #FFFFFF;
}
a:hover.button {
	display: block;
	background-color: #99CCFF;
	text-decoration: underline;
}
a.menu, a:visited.menu {
	display : block;
	font-weight: bold;
	font-size: xx-small;
	text-align: center;
	color: #FFFFFF;
	background-color: #9999FF;
	text-decoration: none;
	padding:2px;
}
a:hover.menu {
	display: block;
	background-color: #99CCFF;
	text-decoration: underline;
} 