.txt10{ font-size:10px; }
.txt11{ font-size:11px; }
.txt12{ font-size:12px; }
.txt13{ font-size:13px; }
.txt14{ font-size:14px; }
.txt15{ font-size:15px; }
.txt16{ font-size:16px; }
.txt18{ font-size:18px; }
.txt20{ font-size:20px; }
.txt22{ font-size:22px; }
.txt24{ font-size:24px; }
.txt30{ font-size:30px; }

.float-r { float:right;}
.float-l { float:left;}

.green {	color:#93c230;}
.darkgreen {	color:#336600;}
.blue {	color:#0099ff;}
.darkblue {	color:#011a60;}
.ora{	color:#ff8400;}
.darkora{	color:#973900;}
.yellow { color:#ffff00;}
.red {	color:#ff0000;}
.gray {	color:#4d4d4d;}
.black {	color:#000000;}
.white {	color:#FFFFFF;}

.bold {	font-weight:bold;}

.preload{ background: url(../images/preload.gif) no-repeat 50% 50%; }

h1 {font-size:24px; font-weight: normal;}

h2 {font-size:18px;}
h3 {font-size:16px;}

.clear-all {
clear:both; height:0; line-height:0; font-size:0;}

.underline{ text-decoration:underline;}

.valignmiddle{
	vertical-align:middle;
	}

.valignbottom{
	vertical-align:bottom;
	}

.txtright {text-align:right;}
.txtleft {text-align:left;}