/* CSS Settings for Print */
/* Main Page Settings */
body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .9em;
	color: black;
	background-color: none;
	}
/* Page Layout DIV Definitions */
#top {
	display: none;
	}
#left {
	display: none;
	}
#center {
	margin-top: 0;
	margin-left: 10pt;
	margin-right: 10pt;
	}
#right {
	display: none;
	}
#footer {
	display: none;
	}
#print_footer {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 10pt;
	margin-left: 10pt;
	margin-right: 10pt;
	}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
	margin-top: 0;
	}

/* Header Defintions */
h2 {
	color: black; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid black;
	}
h3 {
	color: black; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	}

/* Misc Decoration */
hr {color: black; }
img {border: none; }
.makered {color: red;}
.makepurple {color: #680098;}
a:link {color: black;}
a:visited {color: black;}

/* Form Objects */
input.btn {
	color: white;
	background-color: #680098;
	border-width: 3px;
	border-color: #cc90ff;
	font-weight: bold;
	}					

/* Table Defintions */					
table.item {
	border-style: solid;
	border-width: 3px;
	border-color: black;
	padding-top: 10px;
	padding: 5px;
	}
table.charts {
	border-style: solid;
	border-width: 3px;
	border-color: black;
	padding-top: 10px;
	padding: 5px;
	rules: all;
	text-align: center;    
	}
table.charts td {
	text-align: center;
	background-color: white;
	}
.pattern {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	color: black;
	padding-top: 20px;
	}
.dims {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	}

/* List Defintions */
ul {list-style-image: url(buttons/bullet.gif);}


