font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000099;
}
.solidborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066ff;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;

}
select {
	background-color: #CADFFF;
	border: solid #000066;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
link {
	font-weight: bold;
	color: #0000CC;
}
li {
	list-style-type: square;
}
body {
	background-position: 0px 0px;
}
.bottomborder {
	border-bottom-color: #000066;
}