body {
 	font-family: Arial, Helvetica, sans-serif;
 	font:small/1.5em Arial, Helvetica, sans-serif;
 	voice-family: "\"}\""; voice-family:inherit;
 	font-size:71%;
}
    
<!-- red #e7111b -->
    
h2 {
	font-size: 125%;
	color: #00264a;
	padding: 5px 0 5px 0;
	}    
    
a:hover.a_detail .detail {
    visibility: visible;
    }

a {
    color: #40c1d4;
    text-decoration: none;
    font-weight: bold;
    }

a:link { 
    color: #40c1d4; 
    text-decoration: none;
    }

a:visited { 
    color: #999999; 
    }

a:hover {
    color: #FFFFFF;
    background-color: #40c1d4;
    }  
    
fieldset {
	margin-right: 10px;
	}
	
legend {
	color: #999999;
	font-weight: bold;
	}
    
img {
	border: 0;
	} 
   
img.right {
 	margin: -44px 11px 2px 7px;
 	display: inline;
	}
	
img.left {
 	padding: 4px;
 	margin: 0 7px 2px 0;
 	display: inline;
	}
	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	} 
	
.small {
	font-size: 84%;
	text-align: left;
	margin-left: 25px;
	}
	
.smallcenter {
	font-size: 84%;
	text-align: center;
	}
	
.btn {
	color: #000000;
	background: #CCCCCC;
	font-weight: bold;
  	border: 3px double #CCCCCC;
  	border-top-color: #CCCCCC;
  	border-left-color: #CCCCCC;
  	font-size: 84%;
  	float: right;
  	margin: 6px 25px 0 0;
	}

.btn:hover {
	color: #FFFFFF;
	background: #40c1d4;
  	border-color: #40c1d4 #99CCCC #99CCCC #40c1d4;
  	cursor: pointer; /* cursor: hand; for IE5 */
	}	
	
.textright {
	text-align: right;
	font-weight: bold;
	}	

.textleft {
	text-align: left;
	}

.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.logoBorder {
	border: 1px solid #90a0b0;
	}

.partners {
	list-style: none;
	color: #00264a;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	line-height: 1.5em;
	}