

a {
	font-size: 10pt;
	font-weight: bold;
	color: #00a0e0;
}

a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}

a.red {
	font-size: 10pt;
	font-weight: bold;
	color: #cc1116;
}

a:hover.red {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}

a.blue {
	font-size: 10pt;
	font-weight: bold;
	color: #00a0e0;
}

a:hover.blue {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}

a.link {
	font-size: 10pt;
	font-weight: bold;
	color: #0000ff;
}

a:hover.link {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}

a.small {
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
}

a:hover.small {
	font-size: 7pt;
	font-weight: bold;
	color: #999999;
}

body {
	font-family: arial, san-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #333333;
	margin: 0px;
}

td {
	font-family: arial, san-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #333333;
	margin: 0px;
}

input {
	font-family: arial, san-serif;
	font-size: 18px;
	color: #333339;
	/*color: #00a0e0;*/
}

.white {
	color: #ffffff;
}
