/*body stuff*/
body  
{
	padding-left: .5in;
	padding-right: .5in;
	padding-top: .25in;
	padding-bottom: .25in;
}

p
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 15pt;
	
}


/*links*/
a { text-decoration: none; font-weight: bold; }
a:link { color: rgb(255, 102, 0) }
a:visited { color: rgb(255, 102, 0) }
a:active { color: rgb(255, 102, 0) }
a:hover { color: rgb(204, 51, 0); text-decoration: underline; }

a.white { text-decoration: none; font-weight: bold; color: rgb(255, 255, 255); }
a.white:hover { color: rgb(204, 51, 0); text-decoration: underline; }

/*table padding*/
div.pad
{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*headings*/
p.heading 
{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -12px;
}

p.headingonblue
{
	font-size: 16px;
	color: rgb(255, 255, 255);
	letter-spacing: 4px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -12px;
}

/*quotations*/
p.smallquote
{
	font-size: 12px;
	margin-bottom: -12px;
}

p.microprint
{
	font-size: 9px;
	font-style: italic;
	line-height: 9pt;
	margin-bottom: -9px;
}

/*highlight on white*/
div.highlightonwhite
{
	font-size: 12px;
	color: rgb(0, 0, 0);
	background-color: rgb(204, 204, 255);
	padding-left: 4px;
	padding-right: 4px;
}

p.continue
{
	margin-bottom: -12px;
}

/*dates*/
p.date
{
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: red;
	text-align: right;
}

pre
{
	padding-left: 18px;
}
