@charset "UTF-8";
/* CSS Document */

html, body
{
  height: 100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fontsize16 {font-size: 16px}

a {
	outline: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	outline: none;
}

a.red:link {
	color: #CC0000;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #CC0000;
}
a.red:hover {
	text-decoration: none;
}
a.red:active {
	text-decoration: none;	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}