body {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
color: 333333;
line-height: 150%;
letter-spacing: 0.0em;
word-spacing: 0.1em;
background: #FFF;
text-align: left;
}

table {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: 333333;
}

A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}
A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}

td {
	font-size: 11px;
	font-family : Verdana;
	color : #333333;
        line-height: 150%;
        letter-spacing: 0.0em;
        word-spacing: 0.1em;
}
P {
	font-size: 11px;
	font-family : Verdana;
        color : #333333;
        line-height: 150%;
        letter-spacing: 0.0em;
        word-spacing: 0.1em;
}

td.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
        line-height: 150%;
        letter-spacing: 0.0em;
        word-spacing: 0.1em;
}
P.dark {
	font-size: 11px;
	font-family : Verdana;
        line-height: 150%;
        letter-spacing: 0.0em;
        word-spacing: 0.1em;
}
td.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
        line-height: 150%;
        letter-spacing: 0.0em;
        word-spacing: 0.1em;
}
P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
        line-height: 150%;
        letter-spacing: 0.0em;
        word-spacing: 0.1em;
}
HR {
	color: #A2BDEC;
	height: 1px;
}

