body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #000;
	color: #FFF;
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
}
td {
	font-size: 12px;
}
img {
    border: 0;
}
.text {
	padding: 16px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.text * {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	position: relative;
}
.pata {
	padding: 16px 0px 32px 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
a:link			{
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
a:active			{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited		{
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
a:hover			{
	color: #F66;
	text-decoration: none;
	font-weight: bold;
}
p.alert {
    font-size: 14px;
    background: #540000 url(img/gradient.gif) repeat-x top;
    padding: 16px 8px 8px 8px;
    color: #FFF17F;
}
.topmenu {
    position:absolute;
    left:0px;
    top:146px;
    width:624px;
    z-index:2;
    background-color: #1C027F;
    padding-left: 86px;
}
.topmenu a,
.topmenu a:link,
.topmenu a:visited {
    padding: 4px;
    line-height: 2em;
    color: #fff;
}
.topmenu a:hover {
    background-color: #f00;
}
