body {
	margin : 0px;
	padding : 0px;
	background-color : #8B4513;
	background-image : url(../images/bg.jpg);
	background-repeat : repeat-x;
}
a { text-decoration: none;}
.text10 {
	color: #333333;
	font-size: 10px;
	line-height: 12px;
}
.text12 {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
}
.text14 {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
}
.text18 {
	color: #333333;
	font-size: 18px;
	line-height: 20px;
}
.text12wb {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.text14wb {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

a:link  {
	color : #FF0000;
	text-decoration : none;
}
a:visited {
	color : #FF0000;
	text-decoration : none;
}
a:hover {
	color : #FF0000;
	text-decoration : underline;
}
a:active {
	color : #FF0000;
	text-decoration : underline;
}
