a:link
{
	text-decoration: none;
	font-weight:bold;
	color: #999999;

}
a:visited
{
	color: #999999; 
	text-decoration: none; font-weight:lighter
} 
a:active 
{
	color: #003399;
	text-decoration: none; font-weight:bold
}
body
{
	font-family: Verdana;
	background-color: #FFFFFF;

}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(0, 51, 102);
	font-size: 14px;
	font-weight: bold;

}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
	font-size: 12px;
	font-weight: bold;

}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;

}
p            { font-family: Verdana; font-size: 12px }
li {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0pt;
	white-space: normal;
	list-style-image: url(images/bullet.gif);

}
caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #003333;
}
