body{
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #626262;
}

h2{
	font-family: "Trebuchet MS";
	color: #323324;
}

.bold{
	font-weight: bold;
	color: #323324;
}

.rightAlign{
	text-align: right;
}

.leftAlign{
	text-align: left;
}

.topAlign{
	vertical-align: top;
}

.bottomAlign{
	vertical-align: bottom;
}

a:link{
   text-decoration: none;
   color: #E05F00;
} 
a:active{
   text-decoration: underline;
	 color: #000000;
} 
a:visited{
   text-decoration: none; 
	 color: #E05F00;
} 
a:hover{
   text-decoration: underline; 
	 color: #E05F00;
} 

.sites:link{
   text-decoration: none;
   color: #E05F00;
	 font-weight: bold;
} 
.sites:active{
   text-decoration: underline;
	 color: #000000;
	 font-weight: bold;
} 
.sites:visited{
   text-decoration: none; 
	 color: #E05F00;
   font-weight: bold;
} 
.sites:hover{
   text-decoration: underline; 
	 color: #E05F00;
   font-weight: bold;
} 
