BODY {
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000090;
}

A:link {
	color : #3399ff;
	text-decoration : none;
}

A:VISITED {
	color : #3399ff;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
	color : #0033FF;
}

TABLE {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000090;
}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 13px;
}

.plainsmall {
	font-size : 10px;
}

.plainitalic {
	font-size: 13px;
    font-style: italic;
}

.leftstrip {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 14px;
	color : #000090;
}

A.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0033ff;
	text-decoration : none;
}

A.small:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0033ff;
	text-decoration : none;
}

A.small:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
	color : #3399ff;
}

.big {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #000090;
	font-weight: bold;
}

.bigger {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000090;
	font-weight: bold;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}