/*** define tags ***/

html {
	height: 100%;
	}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCC8B8;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	height: 100%;
	}
h1, .hide {
	display: none;
	}
h2 {
	font-size: 100%;
	margin: 0px;
	}
p {
	color: #5B595A;
	}
img {
	border: 0px;
	}
table {
	padding-top: 5px;
	padding-bottom: 15px;
	}


/*** define links ***/

a:link, a:visited, a:hover {
	color: #ED008C;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/*** define classes and id's ***/

#content { 
	padding-top: 25pt;
	height: 475pt;
	}
#content img { 
	border: 1px solid #000;
	}
#credits {
	font-size: 60%;
	text-align: right;
	padding:0px;
	}
#main {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: none;
	_height: 100%; /* IE/Win hack */
	min-height: 100%;
/*\*//*/
	height: 100%;
/**/
	}
