body {
	background: url(images/bg.gif);
	background-repeat: repeat-x;
}

body.noBG {
	background: none;
}

.title {
	font: bold medium Verdana, Arial, Helv, sans-serif;
	color: #F8BC2C;
	padding-left: 10;
}

p, td, textarea {
	font: xx-small Verdana, Arial, Helv, sans-serif;
}

a {
	text-decoration: none;
	color: #48659C;
	font-weight: bold;
}

a:hover {
	color: #F8BC2C;
}

.subtitle {
	font: small Arial Black, Helv, sans-serif;
	line-height: 18px;
	font-style: italic;
	color: gray;
}

INPUT, .input {
	font: bold xx-small Verdana, Arial, Helv, sans-serif;
	color: white;
	text-decoration: none;
  	width: 300;
	border: 1 solid;
	border-color: white;
	background-color: #48659C;
}

