/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
}

html *{

	background-repeat:no-repeat;
}

a{
	text-decoration:none;
	outline:none;
}



table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/* addition to fonts.css */

.fontsize10{ font-size:77%;}	
.fontsize11{ font-size:85%;}	
.fontsize12{ font-size:92%;}	
.fontsize13{ font-size:100%;}	
.fontsize14{ font-size:107%;}	
.fontsize15{ font-size:114%;}	
.fontsize16{ font-size:122%;}	
.fontsize17{ font-size:129%;}	
.fontsize18{ font-size:136%;}	
.fontsize19{ font-size:144%;}	
.fontsize20{ font-size:152%;}	
.fontsize21{ font-size:159%;}	
.fontsize22{ font-size:167%;}	
.fontsize23{ font-size:174%;}	
.fontsize24{ font-size:182%;}	
.fontsize25{ font-size:189%;}	
.fontsize26{ font-size:197%;}	


/** font weight **/
.fbold{	font-weight:bold }
.fnormal{	font-weight:normal }
.noline{ text-decoration:none; }

/** font color **/
.gray{ color:#565A65;}
.red{ color:#cc0000; }
.blue{ color:#014d93;}
.white{ color:#FFFFFF;}
.green{color:#5A974A;}
.black{ color:#00000;}
.fleft{float:left;}
.fright{float:right;}
.fclear{float:none; clear:both;}
