/********** basic layout information **********/

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	}

table {
	height: 100%;
	}
	
a {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	}
	
a.cover {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	}
	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #999;
	}

p.small {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #999;
	}
	
/********** other styles **********/

.hide, #oldBrowserNotice, .ieSixCharDupBug {
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none;
}

/********** tag modifications **********/

#poweredby {
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: #999;
}

#poweredby a {
	color: #999;
	text-decoration: none;
	}