/* print.css */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* "html" for Opera */
html { margin: 0; padding: 0; }

p,td {
 	/* background-color: transparent; */
	color: #000000;
}

td.gray {
 	background-color: #DDDDDD;
}

/* no border around images */
img { border: none; }

form { margin: 0; padding: 0; }

input.button {
	border: 1pt outset;
	cursor: pointer;
}

.maintable {
	background-color: #FFFFFF;
	border: 0
}

.smaller {
	font-size: .8em;
}

a:link, a:visited, a:hover, a:active {
 	background-color: transparent;
	color: #913796;
	font-weight : bold;
	text-decoration: underline;
 	cursor: pointer;
}
a:hover, a:active {
	color: #222222;
}

a.printerfriendly, a.logout  {
	font-size: .8em;
	font-weight : normal;
}

h1 {
 	background-color: transparent;
	color: #333333;
	font-size: 1.3em;
	font-weight: bold;
	margin: 18px 0px 10px 0px;
}

h2 {
 	background-color: transparent;
	color: #444444;
	font-size: 1.2em;
	margin: 6px 0px 6px 0px;
}

h3 {
 	background-color: transparent;
	color: #444444;
	font-size: 1.1em;
}

ul li {
	list-style : outside;
	padding-bottom : 3px;
	list-style-type : circle;
}

.errorMsg, .resultMsg { 
 	background-color: transparent;
	color : red; 
	font-weight : bold;
	font-size : 1em;
}
.resultMsg {
	color : green;
}

#sponsorHeading {
 	background-color: transparent;
	color: #FFFFFF;
	font-size: 1.1em; 
	font-weight: bold; 
}

#sponsorName a:link, #sponsorName a:visited, #sponsorName a:hover, #sponsorName a:active {
 	background-color: transparent;
	color: #000000;
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.3em; 
	font-weight: bold; 
	padding-left: 5px;
	text-decoration: none;
}
#sponsorName a:hover, #sponsorName a:active {
	text-decoration: underline;
}

div#printerversion, 
td.banner_right, 
div#topnav, 
div#logintable, 
div#bottomnav {
	display: none ;
}


