@charset "UTF-8";
/* CSS Document */

BODY  {
	color : Black;
	background-color : white;
	font-family : Arial,;
	font-size : 12px;
}
A:VISITED {
	color : #00000;
	text-decoration : none;
	
}

A:HOVER {
	color : #a5a9ac;
	text-decoration : underline;
	
}

a:visited img{
border: 1px solid #ffffff;
}

a:link img{
border: 1px solid #ffffff;
}

A:LINK { 
	color : #000000;
	text-decoration : none;
	
 } 
 
 .TD {
	font-size : 8px;
}

h1 {
	color : #996600;
	font-size : 18px;
	font-weight : lighter;
}

h3 {
	color : #oe74bc;
	font-size : 14px;
	font-weight : bold;
}

h5 {
	color : #oe74bc;
	font-size : 9px;
	font-weight : bold;
}

p  {
	color : #000000;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, sans-serif,;
}

li  {
	color : #000000;
	font-size : 14px;
	font-weight : normal;
}
