a
{
    text-decoration: underline;
	color:#000000;
	cursor:pointer;
}

a:visited
{
	text-decoration: underline; 
	color: #000000; 
}

a:hover
{
	text-decoration: none; 
	color: #cc0000; 
}

a:active
{
	text-decoration: underline; 
	color: #cc0000; 
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu a:link
{
	text-decoration: underline;
	color:#ffffff;
	cursor:pointer;
}
.menu a:visited
{
	text-decoration: underline; 
	color: #ffffff; 
	cursor:pointer;
}
.menu a:hover
{
	text-decoration: none; 
	color: #ff9933; 
}
.menu a:active
{
	text-decoration: underline; 
	color: #ff9933; 
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.copyright a:link
{
	text-decoration: underline;
	color:#ff9933;
	cursor:pointer;
}
.copyright a:visited
{
	text-decoration: underline; 
	color: #ff9933; 
	cursor:pointer;
}
.copyright a:hover
{
	text-decoration: none; 
	color: #445765; 
}
.copyright a:active
{
	text-decoration: underline; 
	color: #ff9933; 
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:justify;
}
.txt a:link
{
	text-decoration: underline;
	color:#ff9933;
	cursor:pointer;
}
.txt a:visited
{
	text-decoration: underline; 
	color: #ff9933; 
	cursor:pointer;
}
.txt a:hover
{
	text-decoration: none; 
	color: #445765; 
}
.txt a:active
{
	text-decoration: underline; 
	color: #ff9933; 
}
.quote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#e87605;
	font-weight:bold;
	text-align:right;
	}
	
.form
{
	text-decoration: none;
	color:#ff9933;
	text-align:left;
	padding-left:5px;
	width:80%;
}
