div.contentbox
{
	width: 650px;
}

div.titlepdf 
{
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

div.titleblue 
{
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #0088ff;
}

div.heading
{
	font-weight: 400;
	font-size: 22px;
}

div.headingblue
{
	font-weight: 400;
	font-size: 22px;
	color: #0088ff;	
}

div.headingred
{
	font-weight: 400;
	font-size: 29px;
	color: #dd0000;	
}

div.footer
{
	font-size: 10px;
}

div.note
{
	font-size: 10px;
	background-color: #bbbbbb;
	padding: 5px;
}

ul.contentblue
{
	list-style: square;
	font-size: 12px;
}

ul.contentblue li
{
	line-height: 18px;
}

ul.content
{
	list-style: square;
}

ul.content li
{
	padding-left: 25px;
}

ul.footer
{
	list-style: square;
}

ul.footer li
{
	display: inline;
}


table.content
{
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}

tr.toprow
{
	background-color: #aaaaaa;

}

tr.secondrow
{
	background-color: #8888ff
}

tr.bottomrow
{
	background-color: #ff8888;
}

td.content
{
	border: 1px solid #000000;
}

p.tabbed
{
	margin-left: 30px;
	font-style: italic;
}

p.tabbedred
{
	margin-left: 30px;
	color: #ff0000;
}

a.blue
{
	color: #0088ff;
	font-weight: 400;
	font-size: 13px;
}

a.footnote
{
	color: #ff0000;
	font-size: 10px;
	font-weight: 900;
	vertical-align: super;
}
