a:link, a:visited, a:hover {text-decoration: none;}
a:link, a:visited {color:#0000ff}
a:hover {color:#ff0000}

img
{
	border-style: none;
}

.menulink
{
	display: block;
	padding: 1px;
	background-color: #d4d0c8;
	text-align: center;
	font-size: 11px;
}

.menulink:link, .menulink:visited
{
	color: #000000;
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color: #444444;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color: #FFFFFF;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color: #444444;
	border-right-style : solid;
	border-right-width : 2px;
}

.menulink:hover
{
	border-top-color: #444444;
	border-top-width : 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-width : 1px;
	border-left-color: #444444;
	border-left-width : 2px;
	border-right-color: #FFFFFF;
	border-right-width : 1px;
}

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body
{
	background-color: #FFFFFF;
	background-image: url("");
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat
}

.disclaimer
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	padding: 4px;
}

.notifyLoad
{
	background-repeat: repeat;
	background-image: url('images/backgroundtrans.gif');
	
	font-size: 16px;
	font-weight: bold;

	position:absolute;
	left: 30%;
	right: 30%;
	top: 30%;
	bottom: 30%;
	
	border-style: dashed;
	border-width: 2px;
	border-color: rgb(0, 100, 0);
	
	display: block;
	padding: 100px;
	text-align: center;

	visibility: hidden;
	z-index: 2;
}
