html {
overflow-y:scroll;
}

body {
    background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th,input,select,textarea,password,button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}

a:active {
	text-decoration: none;
	color: #0000CC;
}

.title {
	line-height: normal;
	color: #CC9933; /*#AC86AB*/
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	line-height: 24px;
}

.subhead {
	color: #8E618D;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.subhead2 {
	color: #8E618D;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.highlight {
	color: #CC3300;
}

.reverse {
	color: #FFFFFF;
	line-height: normal;
}

a.reverse:link {
	color: #66FFFF;
}

a.reverse:visited {
	color: #66FFFF;
}

a.reverse:hover {
	color: #66FFFF;
}

a.reverse:active {
	color: #66FFFF;
}

.spc {
	line-height: 16px;
}

.alert {
	color: #CC0000;
}

