html, body {
    height: 100%;
    margin:0;
    padding:0;
}
#container {
    min-height: 100%;
    height:100%;
}
* html #container {
    height:100%
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	color: #b10505;
	text-decoration: underline;
	font-weight: bold;
}

.tbl_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b10505;
}
.tbl_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.tbl_left_right {
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #FF0000;
}
.active
{
    color: #b10505;
	font-weight: bold;
}