body
	{
	font-family : arial,trebuchet ms;
	font-size: 12pt; 
	margin:5px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
 
}	
content {
	width:500px;
	margin:5px auto; /* Right and left margin widths set to "auto" */

	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
}


td {
	text-align : top; 
} 
h1 
    {
    color:#000000; 
    font-size: 24pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}
h2
    {
    color:#000000; 
    font-size: 18pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}
h3 
    {
    color:#000000; 
    font-size: 14pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}
h4
    {
    color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}
h5
    {
    color:#000000; 
    font-size: 10pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}
.quote
	{
    color:#000000; 
    font-size: 11pt; 
    font-style: italic; 
    font-weight: bold; 
    font-family: arial,trebuchet ms;
}
.quoteblue
	{
    color:#9698C8; 
    font-size: 11pt; 
    font-style: italic; 
    font-weight: bold; 
    font-family: arial,trebuchet ms;
}
.quotesage
	{
    color:#789878; 
    font-size: 11pt; 
    font-style: italic; 
    font-weight: bold; 
    font-family: arial,trebuchet ms;

}
img.floatLeft
	{
	float: left; 
	margin: 5px; 
}
img.floatLeftClear 
	{
	float: left; 
	clear: left; 
	margin: 5px; 
}
img.floatRight
	{
	float: right; 
	margin: 5px; 
} 
img.floatRightClear 
	{
	float: right; 
	clear: right; 
	margin: 5px; 
}
img.ontop
{
	 position: absolute;
	 left:-50px;
	 top:225px;
	 z-index: 2;
 } 
.b
    {
    font-weight: bold; 
}
.c
	{
	text-align: center;
}
.u
    {
	text-decoration: underline;
}
.i
	{
	font-style: italic;
}

.qbullet
	{
	list-style-image: url(../images/lgarrow.jpg);
	color:#8A85BF; 
    font-size: 16pt; 
    font-style: normal; 
    font-weight: bold; 
    font-family: arial,trebuchet ms;
}
.rbullet
	{
	list-style-image: url(../images/lgarrow.jpg);
	color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
	margin-left: 275px;
}

.abullet
	{
	list-style-image: none;
	list-style-type: square;
	color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
	margin-bottom: 15px;
}

.numbbullet
	{
	list-style-image: none;
	list-style-type: decimal;
	color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
	margin-bottom: 15px;
}

.blue
	{
	color:#9698C8;
}

.sage
	{
	color:#789878;
}

.white
	{
	color:#ffffff;
}

a:link
   {
	color:blue; 
	font-weight: normal; 
	font-size: 12pt; 
	font-family: arial; 
	text-decoration: underline;
}
a:visited
	{
	color:darkblue;
	font-size: 12pt;
	font-family: arial;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
	{
	color:purple;	
	font-size: 12pt; 
	font-family: arial; 
	font-weight: none; 
	text-decoration: underline; 
}

