/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:12px arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
h1 {font:22px ar20ial,helvetica,clean,sans-serif normal; color:#333333;}
h2 {font-size:17px; margin-bottom:12px; font-style:bold; color:#3b5a72;}
h3 {font-size:13px; margin-bottom:6px; font-style:bold; color:#333333;}
h4 {font-size:16px; margin-bottom:6px; font-style:bold; color:#c2510f;}
.maindesc {font-size:12px; margin-bottom:-12px; font-style:normal; color:#000000;}

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
a:link, a:active, a:visited {	
	color: #0080ca;
	text-decoration: underline;
}

a:hover {	
	text-decoration: none;
}


.homegetcov {
	font-size: 12px;
	font-weight: bold;
}

.homewhatsnew {
	font-size: 12px;
	font-weight: bold;
	color: #0080ca;
}

.clickformore_link{
	font-size: 12px;
	font-weight: normal;
	color: #0080ca;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #0080ca;
}

.sub {
	font-size: 11px;
	color: #545454;
}

.required {
	color: #FF0000;
}

.footnote {
	font-size: 12px;
	color: #848484;
	margin:0 0 5px;
}

.footnote_title {
	font-size: 12px;
	color: #848484;
	font-weight: bold;
	margin:0 0 5px;
}
.sidecol_txt2 {	
	color: #000000;
	font-weight:bold;
}

.sidecol_txt2:link, .sidecol_txt2:active, .sidecol_txt2:visited {	
	color: #000000;
	text-decoration: underline;
}

.sidecol_txt2:hover {	
	color: #000000;
	text-decoration: none;
}

.subnav_txt {	
	color: #000000;
}

.subnav_txt:link, .subnav_txt:active, .subnav_txt:visited {	
	color: #000000;
	text-decoration: underline;
}

.subnav_txt:hover {	
	color: #000000;
	text-decoration: none;
}


/**
 * 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;}
