@charset "UTF-8";
/* CSS Document */
/* Table of Contents:

Global Styles � (body, paragraphs, lists, etc)
Header
Page Structure
Headings
Text Styles
	
*/
/* Reset
--------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;	
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight:400; }


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { border:0; margin:0; padding:0; font-family:'Lucida Sans', Lucida Grande, Arial, Helvetica sans-serif; color:#606464; text-align:left; background-color:#ffffff; height:100%; }


/* Text Styles
--------------------------------------------------------------------------------------- */

p { margin:3px; padding:2px; font-size:12px; line-height:18px; }
h2 {color:#03a8b6; font-size:14px; margin:-20px 3px 3px 3px; padding:2px; font-weight:700;}

h2.privacy {color:#03a8b6; font-size:14px; margin:3px; padding:2px; font-weight:700;}


/* Link Styles
--------------------------------------------------------------------------------------- */

a, a:link, a:visited, a:hover {margin:0; text-decoration:none; font-family:'Lucida Sans', Lucida Grande, Arial, Helvetica sans-serif; font-weight:800; color:#03a8b6; }
a:hover {color:#00536d;}
