@charset "utf-8";

.textRight {text-align:right;}
.textCenter {text-align:center;}
.textRed {color:red;}
.textBlueBold {color:#0A254B; font-weight:bold;}
.text120 {font-size:120%;}
.text90 {font-size:90%;}
.text80 {font-size:80%;}
.textSmallGray {font-size:80%; color:#666; font-weight:normal;}
.textSmallBlue {font-size:80%; color:#069; font-weight:normal;}
.textSmallRed {font-size:80%; color:#F00; font-weight:normal;}
.textSmallRight {font-size:80%; text-align:right;}

.italic {font-style:italic;}

table.tableBorderNone,
.tableBorderNone th,
.tableBorderNone td {
	border:none;
	padding:5px;
	margin:10px 0;
}

a:hover img {
	opacity: 0.75; 
    filter: alpha(opacity=75); 
    -moz-opacity: 0.75;
}

