/* standard elements */

body {
	font-family: arial;
	font-size;12px;
	background-color: #FFF;
}

/* top bar */

.topnav {
	background-color:#c00000;
	padding-bottom:5px;
	padding-top:5px;
}

.topnav a {
	font-family: arial;
	font-size:11px;
	color: #FFF;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	background-color;
	border-right:1px solid #c0c0c0;
}

.topnav a:hover {
	font-family: arial;
	font-size:11px;
	color: #FFF;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	background-color:#800000;
}

/* bottom bar */

.bottomnav {
	background-color:#c00000;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

.bottomnav_2 {
	background-color:#c00000;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
}

.bottomnav img {
	margin-bottom:0px;
}

input {
	background-color:#f2f2f2;
	font-family: arial;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
	border: 1px solid #c0c0c0;
}

input.submit {
	background-color: #f2f2f2;
	font-family: arial;
	font-size :11px;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	border: 0px;
}

input

/* table shadows */

.table_top {
	background-image: url(images/shadow-top.png);
	background-repeat: repeat-x;
	height: 5px;
}

.corner_tleft {
	background-image: url(images/corner-tleft.png);
	height: 5px;
	width: 5px;
}

.corner_bright {
	background-image: url(images/corner-bright.png);
	height: 5px;
	width: 5px;
}

.corner_tright {
	background-image: url(images/corner-tright.png);
	height: 5px;
	width: 5px;
}

.corner_bleft {
	background-image: url(images/corner-bleft.png);
	height: 5px;
	width: 5px;
}

.table_left {
	background-image: url(images/shadow-left.png);
	background-repeat: repeat-y;
	width: 5px;
}

.table_right {
	background-image: url(images/shadow-right.png);
	background-repeat: repeat-y;
	width: 5px;
}

.table_bottom {
	background-image: url(images/shadow-bottom.png);
	background-repeat: repeat-x;
	height: 5px;
}

/* footer */

.footer {
	style: block;
	font-size:10px;
	font-family: arial;
	color: #808080;
	text-align:center;
}

.footer a {
	color: #808080;
	text-decoration: none;
}

.footer a:hover {
	color: #404040;
	text-decoration: underline;
}