/* Regular text elements */	
body
{
	height: auto;
	background-color: white;
}

.copy { 
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	position: absolute; left: 150px; top:120px; width: 500px;
	}

td { 
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}

.bot_pos
{
	position: absolute;
	top: 100%;
	left: 150px;
	bottom: 50px;
	width: 540px;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: dotted;
	padding: 0 0 3px 0;
}

.legal { 
	color: black;
	font-size: 9px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}
	
.headline
{
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 20px;
	color: #731f3c;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	letter-spacing: 5px;
}

.cat { 
	color: black;
	font-size: 12px;
	font-weight: bolder;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	letter-spacing: 2px;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 0 0 3px 0;
	width: 200px;
	}

.empty_box
{
	border-right: #9f385c 3px solid;
	border-top: #9f385c 3px solid;	
	padding-left: 2px;
	font-size: 8pt;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-left: #9f385c 3px solid;
	width: 540px;
	color: black;
	padding-top: 5px;
	border-bottom: #9f385c 3px solid;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
}
/* End regular text elements */

/* Link elements */

a { 
	color: #9F385C;
	font-weight: bolder;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	text-decoration: none 
	}

a:hover { 
	color: #8E9199;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}

a:active { 
	color: #9F385C;
	font-weight: bolder;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	text-decoration: none 
	}
	
a:visited { 
	color: #9F385C;
	font-weight: bolder;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	text-decoration: none 
	}
	
a.legal { 
	color: #9F385C;
	font-size: 9px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}

a.legal:hover { 
	color: #8E9199;
	font-size: 9px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}
/* End Link elements */

/* Navigation Elements */
.head {
	position: absolute; left: 0px; top: 0px;
	}

.logoBox {
	position: absolute; left: 0px; top: 80px;
	background-repeat: no-repeat;
	background-image: url(images/logoBox.gif);
	}

.links {
	position: relative; left: 135px; top: 70px;
	width: 540px;
	border-color: gray;
	border-width: 0 0 1px 0;
	border-style: dotted;
	}

.logos {
	position: relative; left: 20px;
	}

hr {
	width: 540px;
	border-color: gray;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	}
	
.hr2 {
	width: 450px;
	border-color: gray;
	border-width: 0 0 0 0;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	}
	
.hr3 {
	width: 200px;
	border-color: gray;
	border-width: 0 0 0 0;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	}
	
/* end Navigation Elements */

/* Form Elements */
select { 
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	border-color: gray;
	border-width: 0 0 1px 0;
	}

option { 
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	border-color: gray;
	border-width: 0 0 1px 0;
	}
	
input { 
	border-color: gray;
	border-width: 1px 1px 1px 1px;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}
	
textarea
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 8pt;
	border-left-color: gray;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	width: 540px;
	color: black;
	border-top-color: gray;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	border-right-width: 1px;
	border-right-color: gray;
}
	
table.box {
	width: 540px;
	background-color: #C7C7C7;
	border-color: #9F385C;
	border-width: 3px;
	border-style: solid;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	}
	
.invoice_box
{
	border-right: #000000 3px solid;
	border-top: #000000 3px solid;
	font-size: 8pt;
	border-left: #000000 3px solid;
	width: 540px;
	color: black;
	border-bottom: #000000 3px solid;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
}

/* End form elements */
.address
{
	margin-top: 15px;
	font-size: 10px;
	width: 540px;
	color: black;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	position: static;
}
.sub_header
{
	color: #9F385C;
	font-weight: bolder;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	text-decoration: none 
}

.sub_header2
{
	color: #9F385C;
	font-weight: bolder;
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	text-decoration: none 
}
.hr4
{
	border-right: gray 0px solid;
	padding-right: 5px;
	border-top: gray 0px solid;
	padding-left: 5px;
	left: 5px;
	border-left: gray 0px solid;
	width: 100%;
	border-bottom: gray 0px solid;
	top: 0px;
}
.filter_box
{
	border-right: #9f385c 3px solid;
	padding-right: 5px;
	border-top: #9f385c 3px solid;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	border-left: #9f385c 3px solid;
	color: black;
	width: 570px;
	padding-top: 5px;
	border-bottom: #9f385c 3px solid;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
}
.metrics_header
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: bolder;
	font-size: 10px;
	border-left: silver 1px solid;
	color: #9f385c;
	border-bottom: silver 1px solid;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
}
.metrics_data
{
	padding-right: 1px;
	text-align: right;
}
.canceled
{
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	font-weight: bold;	
	font-style: italic;
}
.address_block
{
	padding-left: 20px;
	font-size: 8px;	
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
}
