body, html {
	background: #ffffff;
	margin: 0px;
	height: 100%;
}

p, td {
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 10px;
	line-height: 120%;
}

a {
	color: #333333;
	text-decoration:  none;
}

a:hover {
	color: #6b80a3;
	text-decoration: none;
}

h2 {
	color: #6b80a3;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

#frame {
	width: 600px;
	height: 100%;
}

.green {
	color: #7BB021;
}

.blue {
	color: #6b80a3;
}

.marginbot {
	margin-bottom: 20px;
}