/* General CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:active {
	color: #666666;
	text-decoration: none
}

a:link {
	color: #666666;
	text-decoration: none
}

a:visited {
	color: #666666;
	text-decoration: none
}

a:hover {
	color: #666666;
	text-decoration: underline
}
#linkspage{
	color: #666666;
}
#linkspage a{
	color: #666666;
	text-decoration: underline;
}
#linkspage a:hover{
	text-decoration: underline;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

.lightgrey {color: #999999}

.small {font-size: 9px}

.blackbold {
	color: #000000;
	font-weight: bold;
}
