body {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-bottom: 0;
	border-left-width: thin;
	border-bottom-color: #E2E2E2;
	border-bottom-style: groove;
}



td {
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	vertical-align: top;
	z-index: auto;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size : 12px;

}


a {text-decoration : none;
color: #C30000;

}
a:hover {
color: #006699;
text-decoration : underline;
}

hr {
margin: 0;
background-color: none;
height: 1px;
border-top: 0px;
border-bottom: 1px dashed gray;
}

table.gridtable {
	font-family: georgia;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.gridtable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

