﻿body {
	cursor: url("images/anchor.cur");
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url('images/bg.gif');
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
	
}
.cell-red {
	padding: 3px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-indent: 10px;
	line-height: 10px;
	background-color: #B50042;
	background-image: url('images/top_red.gif');
	background-repeat: repeat-x;
	border-width: 0px;
	margin: auto;
	width: 100%;
	height: 10px;
}
.heading {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #990033;
	text-align: center;
}
.table-content {
	vertical-align: top;
	border-width: 0px;
	width: 100%;
	padding: 6px;
}
.table-main {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	vertical-align: top;
	text-align: center;
	background-color: #EAEAEA;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	width: 700px;
}
.table-menu {
	background-color: #CCCCCC;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	width: 100%;
}
.title {
	vertical-align: middle;
	border-width: 0px;
	margin: auto;
	width: 600px;
	height: 100px;
}
	
