/* **********************************************************************************************************
	RESETS
*********************************************************************************************************** */

/* Global reset */
*, html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, em, img, dl, dt, dd, pre, caption, address, abbr, acronym, form, label, fieldset, input, blockquote, table, tr, th, td, tbody {margin:0;padding:0;font-size:100%;vertical-align:baseline; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
address, caption, cite, code, em, strong, th, td { font-style: normal; font-weight: normal; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
caption, th { text-align: left; }
:focus { outline: 0; }
body { line-height: 1.5; }


/* **********************************************************************************************************
	TYPE
*********************************************************************************************************** */

body { font-size: 75%; color: #000000; background: url(images/BG.jpg) no-repeat top center; background-color: #FFFFFF; font-family: Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 1.33em; margin-bottom: 0; font-weight: normal; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p { margin-bottom: 1.5em; font-size: 14px; font-weight: normal; }
p.last { margin-bottom: 0; }
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a { text-decoration: none; color: #ffffff; } 
a:hover { text-decoration: underline; }
a:focus { outline: 1px dotted invert; }


/* **********************************************************************************************************
	HEADER
*********************************************************************************************************** */

#flashcontent { width: 970px; height: 672px; margin-bottom: 20px; }
#main { width: 970px; margin: 0 auto; }

