html {
	background-color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #CADCE7;
	color: #333;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	background-color: #DBEDF8;
	border-left:   solid #ECFEF9 1px;
	border-top:    solid #ECFEF9 1px;
	border-bottom: solid #6A7C87 1px;
	border-right:  solid #6A7C87 1px;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	background-color: #DBEDF8;
	border-left:   solid #ECFEF9 1px;
	border-top:    solid #ECFEF9 1px;
	border-bottom: solid #6A7C87 1px;
	border-right:  solid #6A7C87 1px;
}

font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

ul, ol {
	line-height: 150%;
}

a:link,a:active {
	color: #000000;
}

a:visited {
	color: #3c1c4e;
}

a:hover {
	text-decoration: underline;
	color: #5c5c8e;
}

hr {
	height: 0px;
	/*border: solid #e7e7e7 0px;*/
	border: solid black 0px;
	border-top-width: 1px;
}

img {
	border: 0;
	vertical-align: middle;
	text-decoration: none;
}

/* code */
pre {
	background-color: #CCBBAA;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#buttons {
	 float:left;
}

.bottomtxt {
	text-align: right;
}
