/*
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;}
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;
	margin-bottom: 0px;
}

.caption11 {font-size:85%;}  /*renders 11px */ 
.maintext13 {font-size:100%;} /*renders 13px */  
.head14 {
	font-size:107%;
	font-weight: bold;
} /*renders 14px */ 
.head16 {
	font-size:122%;
	font-weight: bold;
} /*renders 16px */ 
.head18 {
	font-size:136%;
	font-weight: bold;
} /*renders 18px */ 

.lineheight15 {line-height:1.5ems;}
.backtotop {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0 0 0 0;
}
#backtotop2 {
	padding: 14px 0 0 16px;
}
#header a:link {
	color: #3399FF;
}
#header a:visited {
	color: #6600FF;
}
#footer a:visited {
	color: #6600FF;
}
#footer a:link {
	color: #3399FF;
}

