a:link
{
	color: rgb(100,100,100);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(100,100,100);
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(100,100,100);
	text-decoration: underline; 
}
a:hover
{
	color: rgb(0,114,188);
	text-decoration: none;	
}

body
{
	font-family: arial;
	font-size  : 9pt;
	bckground-color: rgb(235,235,235);
	color: rgb(100,100,100);
	margin:0;
	background-image:url('images/bg.gif');
}

p
{
	text-align: left;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: arial;
	font-size  : 9pt;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(220,0,0);
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(150,150,150);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}



.tb
{
    border:1px solid #00adef; background-color:#FFFFFF;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}
ul
{
	font-family: Arial ;
	font-size  : 9pt;
   font-style: normal;
   color: rgb(100,100,100);
   list-style: square;
   list-style-image:url('images/listbullet.gif');

}
h1
{
	font-family: Times New Roman;
	font-size  : 18pt;
	font-weight: bold;
	color: rgb(150,150,150)
}
.hd
{
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(0,114,188)
}

.hd1
{
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(0,0,0)
}

h2
{
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(0,0,0)
}.underline {
	text-decoration: underline;
}
.subhead {
	font-family: Arial;
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
}
.BodyText {
	margin-right: 20px;
	margin-left: 20px;
}
.BoxCopy {
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: 1px solid #333333;
}
.bulletText {
	padding-bottom: 20px;
}

.roundCornerBox
{
    margin: 0 auto;
    border: 2px solid #cccccc;
    color: #000000;
    width: 90%;
    padding: 20px;
    text-align: left;
    background-repeat: no-repeat;
	background-color:#cccccc;
	padding-right:20px;
}
