body {
	background-color: #FFFFFF;
}
span.highlight {color: red}
table.topmenu {
	font-family: sans-serif;
}
body,th,p,div,span,a,input,select,textarea,ul,ol,dl,h1,h2,h3,h4,h5,h6,li,big,small,b,pre.sunfont {
	font-family:Arial,Helvetica,sans-serif
}
a:link {
	text-decoration:none;
	color: #7989C7;
	}    /* unvisited link */
a:visited {
	text-decoration:none;
	color: #93C6EC;
} /* visited link */
/*
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */
*/
dt {
	font-weight:bold;padding:5px 0px 0px 0px
}
td {
	text-align:left;
	vertical-align:top;
	font-family:Arial,Helvetica,sans-serif;
}
nav {
	margin-top:10;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
}
img.bigtitle,img.smalltitle{
	margin-top:20;
	border:0;
}
div.border {
	border:3px solid;
	padding:20px;
	border-color:lightgray;
	border-radius:3px
}
div.roundborder {
	border:2px solid;
	border-top-style:none;
	border-bottom-style:none;
	border-color:lightgray;
	border-radius:3px
}

