/* CSS Document */
body {
	margin-left: 20px;
	margin-top: 10px;
}
body,td,th {
	font-family: "Monaco",Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	background-color: #e4e4e4;
	text-decoration: none;
}
a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
}

/*
*/

.highlight{
	color: #990099;
}
.big{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
}
.attention{
	color:#ff0000;
}
.style_title{
	font-weight: bold;
	text-transform:uppercase;
}
.style_cp{
	text-transform:uppercase;
}

*::-moz-selection {
	background:#000000 none repeat scroll 0 0;
	color:white;
}