@charset "utf-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.headBg {
	background-image: url(img/notes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.box100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 100%;
}
.fullBodyBorder {
	border: 1px solid #CCCCCC;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.titleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

.rightDots {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}

.righPad {
	padding-right: 4px;
}
.mainBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

