@charset "iso-8859-1";

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

#links {
   line-height:1.7em;
   font-size:0.8em;
   list-style-type:disc;
   cursor:pointer;
}
#links a:hover {
    text-decoration:underline;
}

#links a:active {
    text-decoration:overline underline;
}

#text
{
    text-align:justify;
	padding:35px;
}

#inf
{
    color: #fa7206;
    font-size:8pt;
}

#menu{
  text-align:right;
  color:black;
  padding:0px 0 0 0;
  margin:80px 0px 0 0; 
  font-family:Arial;
  font-size:14pt;
}
#menu a{
  line-height:1.4em;
  display:block;
  }

#menu ul {
  margin:0 0 0 0;
  padding:1px 3px 12px 4px;
  list-style-type:none;
  }   
#menu li{
  margin:0;
  display:inline;
}
#menu a:link
{
	color: rgb(32, 32, 32); 
	text-decoration:none;
}
#menu a:visited
{
	color: rgb(32, 32, 32); 
	text-decoration:none;
} 
#menu a:active 
{
	color: rgb(32, 32, 32);
	text-decoration:underline overline;
}

#menu a:hover {
	color: rgb(32, 32, 32);
    text-decoration:underline;
    cursor:pointer;
}
  
a:link
{
	color: rgb(32, 32, 32); 
	text-decoration:none;
}
a:visited
{
	color: rgb(32, 32, 32); 
	text-decoration:none;
} 
a:active 
{
	color: rgb(32, 32, 32);
	text-decoration:underline overline;
}

a:hover {
	color: rgb(32, 32, 32);
    text-decoration:underline;
    cursor:pointer;
}

body
{
	font-family:Arial, Helvetica;
	background-color: rgb(249, 159, 83);
	color: rgb(30, 30, 30);
}
th
{
    font-size: 12pt;
}
table
{
	border-color:white black black white;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6, tf, th
{
	font-family:Arial, Helvetica;
}
h1, th
{
	color: rgb(32, 32, 32);
	font-size:21pt;
	text-align:center;
}
h2
{
	color: rgb(32, 32, 32);
	font-size:16pt;
	padding:10px 0 0 0;
}
h3
{
	color: rgb(32, 32, 32);
	font-size:14pt;
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(32, 32, 32);
	font-size:9pt;
}
div, p
{
	color: rgb(32, 32, 32);
	font-size:12pt;
}

body, textarea
{
    scrollbar-base-color:#f99f53;
    scrollbar-3d-light-color:#f9c184;
    scrollbar-arrow-color:#f9c184;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#f99f53;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#565656;
    scrollbar-track-color:#f9c184;
}
#cright {font-size:11px}
