.body {
	font-family: arial;
	color:#2f4f4f;
	font-size: 11px;
	margin: 0px;
	line-height: 14px;
}
.red {
	font-family: arial;
	color:#8B0000;
	margin: 0px;
}
.red a, a:visited {
	color:#8B0000;
	text-decoration:none;
}
.black {
	font-family: arial;
	color:#000000;
	font-size: 11px;
	margin: 0px;
}
.small {
	font-family: arial;
	color:#2f4f4f;
	font-size: 09px;
	margin: 0px;
}
.sblack {
	font-family: arial;
	color:#000000;
	font-size: 09px;
	margin: 0px;
}
.sred {
	font-family: arial;
	color:#8B0000;
	font-size: 09px;
	margin: 0px;
}
.large {
	font-family: arial;
	color:#2f4f4f;
	font-size: 12px;
	margin: 0px;
}
.xlarge {
	font-family: arial;
	color:#2f4f4f;
	font-size: 18px;
	margin: 0px;
}
a.lnk:link {
	color:#8B8989;
	text-decoration:none;
	font-weight:normal;
}
a.lnk:visited {
	color:#8B8989;
	text-decoration:none;
	font-weight:normal;
}
a.lnk:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
a.xlarge:hover {
	color:#000000;
	cursor:default;
}
a.custom:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.custom:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.custom:hover {
	color:#000000;
	text-decoration:none;
	background: #ddd;
	font-weight:bold;
}
a.news:link {
	color:#2f4f4f;
	text-decoration:none;
	font-weight:bold
}
a.news:visited {
	color:#2f4f4f;
	text-decoration:none;
	font-weight:bold
}
a.news:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold
}
IMG {
	border:0;
}
.i2 {
	border:1;
	border-bottom-color:#CCC;
}
/* NEW */
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
input, select, option, textarea {
	font-size: 10px;
	font-family: arial, sans-serif;
}
input:focus {
	border: 2px solid #000;
}
input.btn {
	border:1px solid;
	border-color: #696 #363 #363 #696;
}
.button input {
	border:solid 1px #bbb;
	color:#000000;
	padding: 3px;
}
