/* CSS Document */

body { font-family: Arial; }
p { 
font: 12px Arial;
}
h2 { font-size: 12px; 
	color: #0066cc; 
     }

ul.disc {list-style-type: disc;
font: 11px Arial;
}

ul.gif {
list-style: square inside url('circle.png')
}

ul.circle {
list-style-image: url('images/circle.gif');
font: 12 px Arial;
}


.bodyr
{
padding: 15px;
font-size="12";
color: #565656;
 }


.bodys
{
padding: 15px;
font-size="11";
color: #565656;
 }
</style>


span.bgcolor {
background-color:#cccccc;
font-weight: bold;
font-size: 14px;
}

p.header{
font-style: verdana;
font-size: 18px;
font-weight: bold;
color: #006ab2;
}

p.right {
text-align: right;
font-size: 12px;

}



A:link {text-decoration: underline;
color: #006ab2;
}

A:visited {text-decoration: underline;
color: #999999;
}

p.small {
font-size: 10px;
}

span.smaller {
font-size:8px
}
 
