@charset "utf-8";
/* CSS Document */

body {background-color:#CCCCCC;}

a:link {
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:visited {
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
}

a:active {
	text-decoration: none;
	border-bottom: dotted 1px;
}

.tableContent, .mainContent {
	width: 800px;
	margin:auto;
	background-color:#FFFFFF;
	border: solid 2px #000000;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.heading {font-family:tahoma,arial,sans-serif;}

#theTable {
	border-width: 0px;
	border-spacing: 0px;
}

#theTable td, #theTable th {
	padding: 3px;
	border-width: 1px;
	border-style: outset;
}

#theTable th {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}


