@charset "iso-8859-2";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
#content_holder {
	width: 600px;
	float: right;
	clear: right;
}
#menu_holder {
	width: 150px;
	float: left;
	clear: left;
}
#menu_holder h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
	margin: 0px;
	padding: 6px;
	background: url(../images/menu_h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu_holder ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style: none;
}
#menu_holder ul li {
	margin-top: 5px;
	padding: 5px;
}
#content_holder h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
	margin: 0px;
	padding: 5px;
	background: url(../images/content_h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_holder h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
	margin: 0px;
	padding: 5px;
	background: url(../images/content_h2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_holder h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 0px;
	padding: 5px;
	background: url(../images/content_h2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_holder p {
	text-indent: 20px;
}
#content_holder ul, #content_holder ol {
	margin: 20px;
	padding: 0px;
}
#content_holder ul li, #content_holder ol li {
	margin: 5px;
}
#footer {
	text-align: center;
	font-size: 9px;
	color: #CCCCCC;
}
.table_small td {
	font-size: 12px;
}
.addnote {
	text-indent: 0px;
	font-size: 10px;
}
#logininfo {
	text-align: right;
	margin-top: 18px;
}
#logininfo h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#logininfo h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
#logininfo div {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#session_timeout {
	display: inline;
}
#error {
	text-align: center;
	color: #FF0000;
	width: 80%;
	border: #FF0000 solid 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.red {
	color: #990000;
}
.green {
	color: #009900;
}
.yellow {
	color: #999900;
}
.gray {
	color: #999999;
}
.smaller {
	font-size: 10px;
}
.larger {
	font-size: 16px;
	font-weight: bold;
}