﻿body 
{
	font-family: Verdana;
	color: #1b1464;
	font-size: 12px;
}
invoiceTable
{
 border-collapse: collapse;
 border-width: 1px;
	
	
}
.menuOn
{
font-size: 12px;
text-decoration: none;
color: #1b1464;
font-family : verdana;
}
.menuOff
{
font-size: 12px;
text-decoration: none;
color: #1b1464;
font-family : verdana;
}


#dropmenudiv{
position:absolute;
background-color: #e6fefc;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:visited{ /*link color*/
color: #1b1464;
}

#dropmenudiv a:link{ /*link color*/
color: #1b1464;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #00a1be;
color: #e6fefc;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

#container 
{
	width: 600px;
	margin: auto;
	border: solid 1px #968A7C;
}
h1
{
	margin: 0;
}
img 
{
	border: 0px;
}

#pullquote 
{
	background-color: #968A7C;	
	font-size: 12px;
}
	#pullquote p
	{
		line-height: 120%;
		padding: 5px;
	}
	#pullquote p.att
	{
		margin-left: 20px;
		padding: 0;
	}
	
#maintext 
{
	padding: 10px;
}
#footer 
{
	text-align: center;
	background-color: #62503C;
	clear:both;
}
	#footer a 
	{
		color: #fff;
	}
	
.sampleClass 
{
	color: #00ff00;
	font-size: 200%;
}
div.break {page-break-before:always}
