@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	font-weight: 300;
}
body {
	background-color: #6f89a4;
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}

.tablecontent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.border {
	border: 1px outset #CCCCCC;
}