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

body { font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
color:#000;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:active {
	color:#333;
	text-decoration:none;
}

.uppercase {
	text-transform:uppercase;
}
