.tiny {font-size:10px; font-family:Arial;}
.small {font-size:11px;}
.medium {font-size:12px;}
.large {font-size:14px;}

.blue {color:#367CEE}
.white {color:#FFFFFF}
.red {color: #C00000;}
.navy {color: #003D82;}

.bold {font-weight:bold}

.italic {font-style:italic}

/*alignment*/
.left {text-align:left}
.right {text-align:right}
.center {text-align:center}

/* general text styles */

.gray {
	color:#808080;
}

.red {
	color:#FF0000;
}

.green {
	color:#00FF00;
}

.black {
	color:#000000;	
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.f-right {
	text-align:right;
}

.text10 {
	font-size:10px;	
}

.text11 {
	font-size:11px;	
}

.text12 {
	font-size:12px;	
}

.text13 {
	font-size:13px;	
}

.text14 {
	font-size:14px;	
}

.text15 {
	font-size:15px;	
}

.text16 {
	font-size:16px;	
}

.text18 {
	font-size:18px;	
}

.text22 {
	font-size:22px;	
}

tr.alt0 td {
	background:#F4FBFC;
}

tr.alt1 td {
	background:#FFFFFF;	
}