/* CSS Document */

#toolbar
{
position: relative;
left: 10;
top: 0;
width: 130;
background-color: white;
border-width: 2;
border-color: #63619C;
border-style: solid;
padding: 3;
z-index: 1;
}

.headertext
{
	font-family: times;
	font-weight: bold;
	font-size: 18pt;
	color: #003366;
}

.headertextarial
{
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-style: normal;
}

.subheader
{
	font-family: arial;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	font-style: italic;
}

.bodytext
{
	font-family: times;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-style: normal;
}

.smalltext
{
	font-family: arial;
	font-weight: normal;
	font-size: 9px;
	color: black;
	font-style: normal;
}







.resourceheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}


