﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* =====================================================
	BASE STYLES
===================================================== */
/*
10 - 77%
11 - 85%
12 - 93%
13 - 100%
14 - 108%
15 - 116%
16 - 123.1%
17 - 131%
18 - 138.5%
19 - 146.5%
20 - 153.9%
21 - 161.6%
22 - 167%
23 - 174%
24 - 182%
25 - 189%
26 - 197%
27 - 204%
28 - 212%
29 - 219%
30 - 227%
*/
body
{
	color: #000;
	font-family: Arial, Sans-Serif;
}
h1
{
	font-size: 138.5%;
	margin: 0 0 0.2em 0;
	clear: both;
	text-transform: uppercase;
	color: #2970A6;
}
h2 
{
	/*FONTSIZE font-size: 85%; FONTSIZE*/
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
h3, h4, h5, h6 
{
	/*FONTSIZE font-size: 85%; FONTSIZE*/
	font-size: 100%;
	font-weight: bold;
}
h2 + p,
h3 + p
{
	margin-top: 0.2em;	
}
h2 + img
{
	margin-top: 1em;	
}
h1, h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
p,ul,ol,dl,textarea,input,select,label,a,td,th, span.label
{
	/*FONTSIZE
	font-size: 85%;
	line-height: 108%;
	FONTSIZE*/
	font-size: 100%;
	line-height: 131%;
}
p a, ul a, ol a, dl a, label a, td a, th a, ul ul, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, ul label, td ul, th ul
{
	font-size: 100%;	
}
textarea,input,select
{
	font-family: Arial, Sans-Serif;	
	color: #666; 
}
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:1.5em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {

	margin-left:1em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table {
	margin:1em 0;
}
hr { display: none; }
label
{
	cursor: pointer;	
}
a:link, a:visited 
{
	text-decoration: underline;
	color: #000;
}
a:hover
{
	color: #2970A6;
	text-decoration: none;
}