/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #000000;
	background-image: url(images/bg.jpg);
}
#TblLogin {
	padding: 0.5px;
	width: 300px;
	border: thin solid #666666;
	float: left;
	color: #CCCCCC;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #666666;
}
table {
	padding: 0.5em;
	border: thin solid #333333;
}
table td {
	padding: 0.5em;
	text-align:left;
}
table th {
	padding: 0em 1em;
}
#tblMenu {
	border: none;
}
