/* CSS Document */

body {
	FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana
}

UL {
	FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana
}

A:link {
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0066cc;
}

A:visited {
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;;
	color: #0066cc;
}

A:active {
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0066cc;
}

A:hover {
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	color: #6a6a6a;
	text-decoration: none;
}

A.footer:link {
	text-decoration: none;
	font: 8pt arial;
	color: #ffffff;
}

A.footer:visited {
	text-decoration: none;
	font: 8pt arial;
	color: #ffffff;
}

A.footer:hover {
	text-decoration: none;
	font: 8pt arial;
	color: #d1e9f9;
}

A.footer:active {
	text-decoration: none;
	font: 8pt arial;
	color: #ffffff;
}

p {
	font: 10pt arial;
	color: #000000;
}

#form {
	font: 10pt arial;
	color: #000000;
}
.RegText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana
}
.error
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial, Verdana
}
