body {
background-repeat: repeat-y;
background-attachment:fixed;
}

h1
{ font-family:Arial,Helvetica,sans-serif;
   font-weight:bold;
   color:#cc3333;
   font-size:17px;
   line-height:9px;
}

h2
{ font-family:Arial,Helvetica,sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:14px;
}
h3
{ font-family:Arial,Helvetica,sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:12px;
}
h4
{ font-family:Arial,Helvetica,sans-serif;
   font-weight:bold;
   color:#000000;
   font-size:14px;
}

td 

 { font-family:Arial,Helvetica,sans-serif;
   color:#000000;
   font-size:12px;
 }

p

 { font-family:Arial,Helvetica,sans-serif;
   color:#000000;
   font-size:12px;
 }

A	{
    font-family : Arial;
    font-size : 18px;
    font-weight : bold;
	text-decoration: none;
  	color :#FA9305;
	}

A:Visited	{
	color :#FF9900;
	    }

A:Hover     {
    color : #3399CC;
    }

A:Active	{
	color :#FA9305;
	font-style:italic;
    }

A:Focus     {
	text-decoration:none;
	font-weight:bold;
	background-color: #30446C;
	}

ul, li 

 { font-family:Arial,Helvetica,sans-serif;
   color:#30446C;
   font-size:12px;
 }

