/* Global */
a:link, a:visited, a:active {
	color: black;
	text-decoration:none;
}
a:hover {
	color: #c05017;
	text-decoration:underline;
}
.currentpage a:link,.currentpage a:visited,.currentpage a:active {
	color: #c05017;
	text-decoration:none;
}
ul li {
	list-style-image:url(../images/orangedot.gif);
}
/* Body */
body{
	font-family:  Verdana, Arial, "Lucida Sans Unicode", Helvetica, Geneva,sans-serif;
	font-size: 12px;
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
	background-color:#626661;
	/*background-color:#b9c5c2;*/
}
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
}
.backgroundcolor {
	background-color:#626661;
	/*background-color:#031f1b; If we need to go darker*/
}
.content {
	width:899px;
	height:620px;
	valign:top;
	background-color:white;
}
.background1 {
	background-image:url(../images/background1.gif);
	background-repeat:no-repeat;
}
.menu {
	font-size:14px;
}
.largefont {
	font-size:14px;
}
.smallerfont {
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}
table, tr, td {background:transparent; border:0px;}


