body { 
	background: #FFFFFF;
	font-size: 10pt;
	color: #000000; 
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 10px;
}

P {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	font-style:italic;
	word-spacing: 2pt;
	color: #336666;
}

h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	color: #336666;
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:italic;
}


ol {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
}

ul {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
}

/* GENERAL LINK PROPERTIES */
a:link { 
	color: #0000FF;
	background: transparent; 
}

a:visited { 
	color: #990000;
	background: transparent;  
}

a:hover, a:focus {
	color: #0000FF;
	background: transparent; 
}

a:active { 
	color: #FF0000; 
	background: transparent;
}

a.hidden {
	display:none;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:hover, a.breadcrumb:focus, a.breadcrumb:active {
	font-size: 8pt;
	color: #000000;
	background: transparent;  
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

div.footer {
	font-size: 8pt;
	color: #000000;
	background: transparent;  
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.border {
	border: 1px;
	border-style:solid;
	border-color:#CCCCCC;
}

.grey {
	color:#000000;
	background-color: #CCCCCC;
}

table.feature {
	border: 1px;
	border-color:#666666;
	border-style : solid;
}