@charset "UTF-8";

body {
	background-color: #6b6b6b;
	background-repeat: repeat-x;
	background-image: url(textureBKGD.jpg);
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	border: 1px none #006;
	width: 100px;
}

button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
	border: 1px none #006;
	text-decoration: none;
	background-image: url(bulletStar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

buttonTXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	border: 1px none #006;
	background: none;
}

buttonTXTsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	border: 1px none #006;
	background: none;
	line-height: 14px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: gray;
	border: 1px none #006;
	background: none;
	line-height: 22px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	border: 1px none #006;
	background: none;
	line-height: 10px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border: 1px none #006;
	background: none;
	line-height: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	border: 1px none #006;
	background: none;
	line-height: 14px;
}

indp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	border: 1px none #006;
	background: none;
	line-height: 21px;
	text-align: right;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
