body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(body_bkg.gif) repeat-y top center;
}

p {
	margin: 0 20px;
}

a:link,a:active {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:visited {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c88;
	text-decoration: none;
}

a:hover {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.green {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #406878;
}

.greenBold {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.catTitle {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

span.catTitle {
	color: #c00;
}

.cur_page {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	font-weight: bold;
}

.error {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

table,tr,td {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #fff;
}

input {
	height: 18px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #406878;
}

textarea {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #406878;
}

input.btn {
	height: 22px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #406878;
}

hr {
	color: #97ADB3;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

td.bordered {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #97ADB3;
	line-height: 18px;
}

td.borderedRight {
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #97ADB3;
	line-height: 18px;
}

td.borderedLeft {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #97ADB3;
	line-height: 18px;
}

table.borderedAll {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #97ADB3;
}

table.sUrl {
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999;
	color: #000000;
}

