html, body
{
margin: 0px;
padding: 0px;
}

body
{
	font-family:Tahoma;
	font-size:8pt;
	color:#7D7D7D
}

body
{
	background-image:url('images/bg.jpg');
	background-position:  center top;
	background-repeat: repeat
}

.title
{
font-family: 'Oswald', sans-serif; font-weight: 400;
}

.subtitle
{
font-family: 'Oswald', sans-serif; font-weight: 300;
}

.tablesub
{
	font-family:Arial;
	font-size:9pt;
	color:#7D7D7D
}

.back-to-top
{
position: fixed;
bottom: 15px;
right: 20px;
background: url('images/arrows.png') left top no-repeat; 
width: 25px;
height: 23px;
}

.back-to-top a
{
text-indent: -9999px;
display: block;
}

.back-to-top:hover
{ 
background:url('images/arrows.png') left -23px no-repeat; 
}