@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.textgreybig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 25px;
}

.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 2px;
}

a.textgrey:link {color: #666666; }
a.textgrey:visited {color: #666666; }
a.textgrey:hover {color: #3366CC; }
a.textgrey:active {color: #666666; } 

a.footer:link {color: #666666; text-decoration: none; }
a.footer:visited {color: #666666; text-decoration: none; }
a.footer:hover {color: #3366CC; }
a.footer:active {color: #666666; } 

a.textwhite:link {color: #FFFFFF; }
a.textwhite:visited {color: #FFFFFF; }
a.textwhite:hover {color: #FFFFFF; }
a.textwhite:active {color: #FFFFFF; } 