@charset "utf-8";

html{
	height:100%;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#474747;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#474747;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#474747;
}

.link1{
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:15px;
	text-decoration:none;
}

.link1:hover{
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:15px;
	text-decoration:underline;
}

.link2{
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:12px;
	text-decoration:none;
}

.link2:hover{
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:12px;
	text-decoration:underline;
}

.link3{
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:10px;
	text-decoration:none;
}

.link3:hover{
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:10px;
	text-decoration:underline;
}