html {
	margin:0 0 0 0;
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	margin: 0 0 0 0;
	height: 100%;
	/*margin: 0 0 0 0;*/
	background-color: #c0c0c0;
}

.headline {
	color: Navy;
	font-family: Verdana, Arial;
	border-bottom: navy thin solid;
	padding-top: 10px;
}
h2.headline {
	font-size: 12pt;
	font-weight: bold;
}
h3.headline {
	font-size: 10pt;
	font-weight: bold;
}
.sub1 {
	margin-left: 10px;
}

#bottom_footer {
	border: 1px solid #959596;
	border-top: none;
	width: 708px;
	padding: 3px 10px 3px 10px;
	text-align: center;
	background-color: #d3d3d3;
	margin: auto auto auto auto;
}

div#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto auto; /* the bottom margin is the negative value of the footer's height */
}

div#content {
	height: 100%;
	width: 708px;
	margin: 3px auto 0px auto;
	padding: 5px 10px 5px 10px;
	background-color: white;
	border: 1px solid #959596;
}

span#user {
	position: absolute;
	right: 10px;
	top: 16px;
	color: white;
}

span#user a {
	color: #add8e6;
}

h1 {
	text-align: center;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0 0 -.3em 0;
}

h2.small {
	text-align: center;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0 0 -.3em 0;
}

h3.small {
	text-align: center;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0 0 -.3em 0;
}

#top_header {
	background-image: url(black_gradient.png);
	background-repeat: repeat-x;
	margin:0 0 0 0;
	height: 42px;
}

span#blk_logo {
	position: absolute;
	left: 10px;
}

img {
	border: none;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
}

.button {
	/*display: table-cell;*/
	margin-top:.5em;
}

#tentic {
	border: 1px gray solid;
}

#wintallo {
	border: none;
}

div.ads {
	border: 1px solid #959596;
	text-align: center;
	margin: 3px auto 0 auto;
	width: 728px;
	height: 90px;
}

.text {
	width: 100px;
}

.clean {
	margin: 0;
	padding: 0;
}

.flush {
	margin-top: 0;
	padding-top: 0;
}

.nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.norm {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}