/*###############################################################################################################
// FORTNEY PACKAGES - STYLES FOR PRINT
// Author:		Jim Robinson
// Modified:	3/29/2007
//#############################################################################################################*/

* {
	color: #000000; background: #ffffff; background-image: none;
}

body,table,img,button,iframe,div,form,p {
	border:0; padding:0; margin:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-image: none; background: #ffffff;
}

#menu-background, #header-piece2, #header-piece3 {
	display: none;
}

h1, h2, h3 {
	text-indent: 0; text-align: left; margin: 0; margin-bottom: 0.3em; font-weight: bold; zoom: 1;
}
h1 {
	font-family: "Times New Roman", Times, serif; font-size: 24pt; color: #6a4e1e; font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 16pt; color: #666666; padding: 0.2em 0; font-style: italic; border-bottom: 3px double #cccccc;
}
h3, caption, span.caption {
	font-family:Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #663300; text-align: left; line-height: 1.7; padding: 0;
}
span.caption {
	display: block; width: 275px; margin-left: auto; margin-right: auto; text-align: center;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
}
thead th, tbody td {
	padding: 0.5em; border: 1px solid #000000;
}

/* 2-column layout containers */
.ui-2-column-left {
	float: left; width: 48%;
}
.ui-2-column-right {
	float: right; width: 48%;
}
.ui-2-column-left-75 {
	float: left; width: 73%;
}
.ui-2-column-right-25 {
	float: right; width: 23%;
}
.ui-2-column-left-25 {
	float: left; width: 23%;
}
.ui-2-column-right-75 {
	float: right; width: 73%;
}

/* 3-column layout container */
.ui-3-column {
	float: left; width: 33.3%;
}


/* break floated containers */
.clearfix {
	clear: both;
}


