/* stylesheet.css */

Body  {	
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;}

.layout  {	
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background: #FFFFFF;} 

.text {
    font-family: georgia, verdana, arial, sans serif;
    font-size: 12px;
    line-height:18px;
    color: #000000;
    text-decoration: none;}

.large {
    font-family: georgia, verdana, arial;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;} 

.small {
    font-family: georgia, verdana, arial;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;} 

.title {
    font-family: georgia, verdana, arial;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;} 

.navbackground  {	
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url(images/triumph.jpg);
    background-repeat: repeat-x;} 
    
.standardsNote {
    display: none;}

A  {
	text-decoration: none;
	color: #FF3300;
	background: transparent;}

A:link  {
	text-decoration: none;
	color: #FF3300;
	background: transparent;}	

A:hover  {
	text-decoration: none;
 	color: #000000;
 	background: transparent;}	