
/* Top Level Tags
******************************************/
a:link, a:visited { color: #000000; }
hr { display: none; border: none; }
body{font:11pt/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}

/* Font Styles
******************************************/
h1 { font: bold 22pt Helvetica, Arial, sans-serif; color: #0066CC; margin-bottom: 10pt; }
h2 { font: bold 16pt Helvetica, Arial, sans-serif; color: #0066cc; margin-bottom: 9pt; }
p {	font: 11pt/1.5 Helvetica, Arial, sans-serif; color: #000000; margin-bottom: 11pt; }
.blue { color: #0033cc; font-size: 20pt; font-weight: bold; }

/* Bullet List Styles
******************************************/
ul { list-style: square; margin-left: 5pt; margin-bottom: 10pt; }

/* Page Layout Div's
******************************************/
#wrapper { width: 100%; border: none; }
#header { display: none; }
#content { padding: 0; }
	/* Style 1 */
	#content #small_col_s1 { display: block; width: 100%; }
		#content #small_col_s1 img { border: none; }
		#content #small_col_s1 p { display: inline; }
	#content #large_col_s1 { display: block; width: 100%; }
	/* Style 2 */
	#content #small_col_s2 { display: block; width: 100%; }
		#content #small_col_s2 img { border: none; }
		#content #small_col_s2 p { display: inlne; }
	#content #large_col_s2 { display: block; width: 100%; }
#footer { background: #fff; }
#footer p { color: #000; font-size: 9pt; line-height: 2pt; }
#footer a:link, #footer a:visited { color: #000; }

/* Table Styles
******************************************/
table.style1 { width: 100%; }
table.style1 th { padding: 0; }
table.style1 td { padding: 0; border-bottom: none; }

table.style2 { width: 100%; }
table.style2 th { padding: 0; }
table.style2 td { padding: 0; border-bottom: none; }
