/* main stuff */

BODY {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
	background-color : #FFFFFF;
}
TD {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
}
H1 {
	font-size : 18pt;
	font-style : normal;
	font-weight : bold;
}
H2 {
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
}
H3 {
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
}
P {
	font-size : 10pt;
}
A:ACTIVE {
	font-size : 10pt;
	text-decoration : underline;
}
A:LINK {
	font-size : 10pt;
	text-decoration : none;
}
A:VISITED {
	font-size : 10pt;
	text-decoration : none;
}
A:HOVER {
	font-size : 10pt;
	text-decoration : underline;
}
LI {
	font-size : 10pt;
}
DT {
	font-size : 10pt;
	margin-top : 10px;
}	
DD {
	font-size : 10pt;
	margin-top : 7px;
}


/* header */

P.header {
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
}
A:ACTIVE.header {
	font-family : Verdana,Arial,Helvetica,san-serif;
	font-size : 7pt;
	text-decoration : underline;
	color : #383838
}
A:LINK.header {
	font-family : Verdana,Arial,Helvetica,san-serif;
	font-size : 7pt;
	text-decoration : none;
	color : #383838
}
A:VISITED.header {
	font-family : Verdana,Arial,Helvetica,san-serif;
	font-size : 7pt;
	text-decoration : none;
	color : #383838
}


/* footer */

P.footer {
	font-size : 8pt;
	text-align : center;
	margin-top : 70px;
}
A:HOVER.footer {
	font-size : 8pt;
	text-decoration : underline;
}
A:ACTIVE.footer {
	font-size : 8pt;
	text-decoration : underline;
}
A:LINK.footer {
	font-size : 8pt;
	text-decoration : none;
}
A:VISITED.footer {
	font-size : 8pt;
	text-decoration : none;
}
A:HOVER.footer {
	font-size : 8pt;
	text-decoration : underline;
}


/* misc */

P.side {
	font-size : 10pt;
	margin-top : 3px;
	margin-bottom : 5px;
}
P.small {
	font-size : 7pt;
	font-weight : bold;
}
LI.big {
	margin-bottom : 20px;
}


