/* 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 */
/* html{color:#000;background:#FFF;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,html{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;}
li{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;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* end reset.css */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #0073a4;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 36px;
	margin-bottom: 12px;
}

h2 {
	color: #00445e;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin-top: 24px;
	margin-bottom: 0;
}


h3 {
	color: #00445e;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 23px;
}

h4 {
	color: #5a5a5a;
	font-size: 15px;
	line-height: 22px;
	margin-top: 12px;
	font-weight: bold;
	margin-bottom: -6px;
}


p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 12px;
	margin-top: 12px;
}

a { color: #0073a4; text-decoration: none; }
a:hover { text-decoration: underline; }

ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

li {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(img/list_bullet.png) top left no-repeat;
	padding-left: 12px;
}
