@charset "utf-8";
/* CSS Document */

body {
	background-color: #8B8B8B;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {color: #999999}
.style2 {color: #FFFFFF}

.footer a {color: #999999; text-decoration:none}
.footer a:hover {text-decoration:underline}
.footer {color: #999999; text-decoration:none}

H1 {
	color: #0099CC
}

.notebox{
	background-color:#F9F9F9;
	border:dashed;
	border-color:#D8EBFA;
	border-width:thin}
	
.normalbox{
	border:dashed;
	border-color:#D8EBFA;
	border-width:thin}