body {
	background-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body.popup {
	background-color: ffffff;
	margin: 7px;
}

h1 {
	line-height: 17px;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
	/*padding: 0px;
	margin: 0px;*/
}
p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;	
}
p.error {
	color: red;
	font-weight: bold;
}
.smallbold {
	font-weight: bold;
	font-size: 9px;
}
a.linksmall {
	font-size: 9px;
	color: #0E3B96;
	font-weight: bold;
}
div.border {
	border: 1px solid #339933;
	padding: 0px;
	margin: 0px;
}
object {
	border: 2px solid #339933;
	padding: 0px;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 4px;
}

#content {
	background-color: #ffffff;
	width: 855px;
	margin: auto;
	margin-top: 15px;
	background-image: url("../images/bckgrnd.jpg");
	background-repeat: no-repeat;
	border-right: 3px solid #444444;
	border-bottom: 3px solid #444444;
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
	text-align: left;
}
a {
	color: #0E3B96;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	margin: auto;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 10px;
	color: #ffffff;
	width: 850px;
	text-align: left;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#nav {
	padding-top: 20px;
	width: 155px;
	line-height: 17px;
	color: #ffffff;
	font-weight: bold;
	display: inline;
	float: right;
	/*border: 1px solid red;*/
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.active {
	color: #cccccc;
	text-decoration: underline;
}

#text {
	width: 620px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	/*border: 1px solid yellow;*/
}
#text a:hover {
	text-decoration: underline;
	
}
#text img {
	border: 2px solid #339933;
	margin: 2px;
	padding: 0px;
}
#top {
	height: 210px;
	width: 850px;
}

