@charset "UTF-8";
/*
/*------- Global Styles -------*/
body, html 				{margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; color: #333; background: #fff;}
h1 						{margin: 0px; padding: 10px 0 15px 0; font-size: 30px; line-height:32px; font-weight:normal;}
h2 						{margin: 24px 0px 0px 0px; padding: 0px; color: #888888; font-size: 16px; line-height: 22px; font-weight: normal; font-style: italic;}
h3 						{margin: 10px 0px 4px 0px; color: #333; font-size: 18px; line-height:20px;}
h4 						{margin: 0px 0px 2px 0px; color: #424242; font-size: 16px; line-height: 18px;}
h5 						{margin: 0px; padding: 0px; color: #1e518e; font-size: 14px; line-height: 17px; font-weight:bold;}
a 						{color:#1e518e;}
a:hover 				{text-decoration:none;}
p 						{margin: 0px; padding: 0px 0px 15px 0px; font-size: 14px; color: #343434;}
strong 					{color: #000;}

/*------- Structure Styles -------*/
.header, .content, .footer			{margin: 0px; padding: 0px 17px; width: 775px; height: auto; float: left; clear: both; background:#fff;}
