/* CSS Document */

body {
   font-style : normal;
   font-weight : normal;
   font-size : 12px;
   font-family : Tahoma;
   color : #000000;
	}

 P{
   font-style : normal;
   font-weight : normal;
   font-size : 12px;
   font-family : Tahoma;
   color : #000000;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
}



input, select, TR, TD, TABLE, P, DIV, List {
   font-style : normal;
   font-weight : normal;
   font-size : 12px;
   font-family : Tahoma;
   color : #000000;
}


H5 {
   font-style : normal;
   font-weight : bold;
   font-size : 9pt;
   font-family : Tahoma;
   color : #000000;
   text-decoration : none;
}

H4 {
   font-style : normal;
   font-weight : bold;
   font-size : 15pt;
   font-family : Blue Ridge SF;
   color : #6b4901;
   text-decoration : none;
}

H3 {
   font-style : normal;
   font-weight : bold;
   font-size : 12pt;
   font-family : Tahoma;
   color : #000000;
   text-decoration : none;
}

H2 {
   font-style : normal;
   font-weight : bold;
   font-size : 18px;
   font-family : Tahoma;
   color : #000000;
   text-decoration : none;
}


h1 {
	font-size: 18px;
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
}



A:link {
   font-style : normal;
   font-weight :bold;
   font-size : 12px;
   font-family : Tahoma;
   color :#990000;
   text-decoration : none;
}

A:visited  {
   font-style : normal;
   font-weight :bold;
   font-size : 12px;
   font-family : Tahoma;
   color :#990000;
   text-decoration : none;
}

A:hover{
    font-style : normal;
   font-weight :bold;
   font-size : 12px;
   font-family : Tahoma;
   color :#000000;
   text-decoration : none;
}


