HTML {
	margin: 0;
}

.hometext {
	font-family: arial;
	color: #DDDDDD;
	font-size: 11px;
	line-height: 13px;
}

H1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #2B445A;
}

.heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2B445A;
}

.scroll {
	text-align: left;
	padding: 0px 10px 0px 0px;
	height: 486px;
	width: 400px;
	overflow:auto;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
}

BODY, P, TD {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #2B445A;
}

A:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #6f889d;
}

A:link.admin, A:visited.admin, A:active.admin {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #999999;
}

A:hover.admin {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #BBBBBB;
}

INPUT, TEXTAREA {
	font-family: Arial;
	border: solid 1 #AAAAAA;
}
