BODY {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	text-decoration : none;
	color : Navy;
}
A:LINK {
	text-decoration : none;
	color : #9C0000;
}
A:HOVER {
	text-decoration : none;
	color : Red;
}
A:VISITED {
	text-decoration : none;
	color : Maroon;		
}
P {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	color : Navy;
}
DIV {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	color : Navy;
}

STRONG {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	color : #777777;
	font-weight : bold;
}
B {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	color :#777777;
	font-weight : bold;
}

H1 {
	font-family : Arial;
	font-size : large;
	font-style : normal;
	color : #777777;
	font-weight : bold;
}
H2 {
	font-family : Arial;
	font-size : large;
	font-style : normal;
	color : #777777;
	font-weight : bold;
}
.ok {
background-color: #FFFFFF;
border-color: #FFFFFF;
border-style: solid;
border-width: 1;
font-size: 10pt;
font-family: verdana;
color: #808080
}


