/* CSS Document */

body,td,tr
{
	padding: 0px 0 0;
	margin:0;
	height:100%;
	background-image:url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#a21e35;
} 

a
{
font-weight: bold;
color: #abdfeb;
text-decoration: none;
}

a:hover
{
font-weight: bold;
color: #7bbddf;
text-decoration: none;
}

.transparent_class
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.ontop {
	position: relative;
	color:#ffffff;
	font-size: 12px;
	bottom: 23px;
	width: 760;
}

