/*
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.
 * 
 */
 
html *{ background-repeat:no-repeat;} 


body {
	font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
}

a{ text-decoration:none; outline:none;}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:100%;
}

#container{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
}

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;}

ul.reset li { list-style:none;padding:0; margin:0}
ul.reset{ padding:0; margin:0}



/* 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 **/

.backgray{background-color: #93a4ab;}
.backwhite{background-color: #FFFFFF;}
.backPaleBlue{ background-color:#e4eef0;}
.backDarkBlue{ background-color:#1b414e;}



.black{ color:#000000;}
.gray{ color:#3a4034;}
.red{ color:#cc0000; }
.blue{ color:#014d93;}
.white{ color:#FFFFFF;}
.darkBlue{ color:#1b414e;}
.text{ color:#1c4d6b;}

.fleft{float:left;}
.fright{float:right;}
.txtright{ text-align:right;}
.txtleft{ text-align:left;}

.hidden{ display:none;}