/* CSS Document */
html {
	height: 100%;
}
body,td,th {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 10pt;
	color: #333333;
}
a {
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.title {
	font-size: 18pt;
}
.navigation_title {
	font-size: 12pt;
	font-weight: bold;
	color: #FFD020;
}
.navigation_subtitle {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation_link {
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}
.link {
	cursor: pointer;
}
.message {
	font-weight: bold;
}
.success {
	font-weight: bold;
	color: #009900;
}
.error {
	font-weight: bold;
	color: #990000;
}
