/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
*font-size:small;*font:x-small;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.231;
	color: #333;
}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
.red {
	color: #F00;
}
.l2g {
	font-weight: bold;
}
.DarkBlueText {
	color: #053766;
}

.BlueText {
	color: #1972C6;
}
.BlueText a:hover {
	color: #2B93BF;
}

.GreenText {
	color: #517B5B;
}
.BlueText a {
	color: #1F6C8C;
}
.10 {
	font-size: 77%;
}
.11 {
	font-size: 85%;
}
.12 {
	font-size: 93%;
}
.14 {
	font-size: 108%;
}
.15 {
	font-size: 116%;
}
.16 {
	font-size: 123.1%;
}
.17 {
	font-size: 131%;
}
.18 {
	font-size: 18px;
}
.19 {
	font-size: 146.5%;
}
.20 {
	font-size: 153.9%;
}
.green {
	color: #006837;
}
.blue {
	color: #004968;
}
.black {
	color: #000;
}
.teal {
	color: #138B87;
}
.greenLight {
	color: #699303;
}
.lightgray {
	color: #CCC;
}