td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
} 

.smalltext {
	font-size: 10px;
	color: #666666;
} 

hr{ 
color: #996633;
height: 1px
 }

 option { 
 	font-size: 10px;
  }
  
 input { 
 	font-size: 10px;
  }

select { 
 	font-size: 10px;
  }
  
a:link {
	text-decoration: none;
	color: #993333;
} 
a:visited {
	text-decoration: none;
	color: #993333;
} 
a:hover {
	text-decoration: underline;
	color: #330000;
} 
a:active {
	text-decoration: underline;
	color: #330000;
} 

h1 {
	font-size: 16px;
	color: #996633;
} 
h2 {
	font-size: 14px;
	color: #996633;
} 
h3 {
	font-size: 12px;
	color: #996633;
} 
h4 {
	font-size: 10px;
	color: #996633;
} 
h5 {
	font-size: 9px;
	font-weight : lighter;
} 

.can {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9933;
} 
.can a:link {
	color: #CC9933;
	text-decoration: none;
} 
.can a:visited {
	color: #CC9933;
	text-decoration: none;
} 
.can a:hover {
	color: #663300;
	text-decoration: none;
} 
.can a:active {
	color: #663300;
	text-decoration: none;
} 


