@charset "UTF-8";

/*** Baseline Styles ****************************/
body, div, dl, dt, dd, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: helvetica,clean,sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 108%; /* 14px @ Normal */
}

h2,h3 {
	font-size: 93%; /* 12px @ Normal */
}

h4,h5,h6 { 
	font-size: 85%; /* 11px @ Normal */
}

strong, label {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*******************************************/

html {
	color: #000000;
	background: #FFFFFF;
}

body {
	font-family: helvetica,clean,sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
}

p, bodytext, div {
font-family: helvetica,clean,Sans-Serif;
font-size: 9pt;
color: #000000;
}
 
ul, li, lo {
	font-family: helvetica,clean,Sans-Serif;
	font-size: 10pt;
	color: #000000;
	padding-left: 10px;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

a:hover {
color: #CC0000;
}

a:visited {
color: #666666;
}

img {  
border-style: none;
}

/*******************************************/

