/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.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-size:small;*font:x-small;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
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;}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 182%;
	text-align: left;
	margin: .45em 0 .45em 0;
	text-indent: 30px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 122%;
	margin: .90em 0 0 0;
	}
	
h3 {
	  font-family:Verdana, Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
    font-size:100%;
		margin:0 0 .5em 0;
		text-align:center;
	  border-bottom:1px solid #000000;
		background-color:#FFFFFF;
		}
		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1.25em;
	margin-left: 1em;
	padding: 0px;
	}

a {
	font-size: 107%;
	text-align: left;
	text-decoration: none;
	color: #004080;
	background-color:#a5b4bb;
	 }

a:visited{
	color:#004080;
	}

a:active {
	color: #004080;
  }
	 
a:hover {
color:#900;
  }
	
.quote p{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	font-style: italic;
	margin: 2em 2em 2em 2em;
	text-align:center;
	}

.links p{
	text-align:center;
	margin: 2em 0 2em 0;
	}
	
.links a{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #004080;
	font-style: italic;
	text-decoration:none;
	}
	
.links a:visited{
	color:#004080;
	}
	
.links a:hover {
	color:#900;
	}
