/* CSS Document */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.bodylight	{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

h1 {
	color: #000066;
	font-weight: bold;
	font-size: 11pt;
}

h2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 10pt;
}

a	{
	color : #CC0000;
	text-decoration : underlined;
}

a:visited	{
	color : #CC0000;
	text-decoration : underlined;
}

a:active	{
	color: #000066;
	text-decoration : none;
}

a:hover	{
	color: #000066;
	text-decoration : none;
}

a.bodylight	{
	color : #ffffff;
	text-decoration : underlined;
}

a:visited.bodylight	{
	color : #ffffff;
	text-decoration : underlined;
}

a:active.bodylight	{
	color : #cc0000;
	text-decoration : none;
}

a:hover.bodylight	{
	color : #cc0000;
	text-decoration : none;
}