.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	scrollbar-face-color : #F8F8FF;
	scrollbar-arrow-color : #A3AB44;
	scrollbar-base-color : #F8F8FF;
	scrollbar-darkshadow-color : Gray;
	scrollbar-highlight-color : #FFFFFF;
	background-attachment: fixed;
	background-image: url(media/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}
.slicedBG {
	background-image: url(media/images/slice.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A63F2A;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #BBC265;
	color: #990000;

}
.imgText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

