html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	background-image: url(../images/tile1.gif);
	margin: 5px;
}
h3 {
	font-size: large;
	color: #006633;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
table {
}
.lineAtTop {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.maintable {

	border: 1px solid #6DAB6D;
}
#rightArea {
	border: 1px solid #006633;
	height: 34px;
	width: 360px;
	background-position: center center;
	top: auto;
	background-image: url(../images/greysq.gif);
	background-color: #E9E9E9;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
}
a:link {
	font-weight: bold;
	color: #22254C;
	text-decoration: none;
}
a:visited {
	color: #22254C;
}
a:hover {
	color: #006633;
	text-decoration: underline;
}
a:active {
	color: #006633;
	text-decoration: underline;
}
a {
	font-weight: bold;
	color: #22254C;
	text-decoration: none;
}
.footer {
	font-size: x-small;
	color: #006633;
}
h4 {
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
}
.greenlineAtTop {

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}
h5 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
}
li.arr{
	background-image: none;
	list-style-image: url(../images/arrow.gif);
	margin-top: 0px;
	margin-left: -30px;
	
}
li {
	list-style-position: outside;
	margin-top: 5px;
}

