a:link    { color: #000000; text-decoration: underline; }
a:active  { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: underline; }
a:hover   { color: #8C0303; text-decoration: none; }

a.menu:link    { color: #FFFFFF; text-decoration: none; }
a.menu:active  { color: #FFFFFF; text-decoration: none; }
a.menu:visited { color: #FFFFFF; text-decoration: none; }
a.menu:hover   { color: #A3AFBF; text-decoration: none; }

body {
	background-color: #EDEDED;
	margin: 0px;
}
td {
	font: 9pt Tahoma;
	line-height: 150%;
}
.bigframe {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 100%;
	width: 700px;
}
.top {
	background-color: #A8A8A8;
	height: 100px;
	width: 100%;
}
table.menu {
	background: url(../gfx/menubg.jpg) repeat-x;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	width: 100%;
}
.menuright {
	font-size: 10px;
	text-align: right;
}
.main {
	background: url(../gfx/mainbg.jpg) repeat-x;
	height: 100%;
	padding: 20px;
	vertical-align: top;
}
.img {
	border: 1px solid #000000;
}
.form {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 100%;
	font: 9pt Tahoma;
	padding-left: 2px;
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font: 9pt Tahoma;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
