html {font-size: 100%}

body{
	background: #000000; 
	margin: 0px;
	font-family: Arial;
	color: #FFFFFF;
}

.header_bg{
	background: url(images/header_bg.jpg) repeat-x;
}

.table_fade{
	background: url(images/table_bg.jpg) repeat-x;
	margin-top: 10px;
}

h1{
	font-size: 22px;
	margin-bottom: 2px;
}

a{
	color: #FFFFFF;
}

a:hover{
	color: #027FFF;
}

p {font-size: .9em; line-height: 1.5em;}

.footer_text{
	font-size: 10px;
	text-align: center;
}

.ft_top{
	background: url(images/ft_top.jpg) repeat-x;
}

.ft_bot{
	background: url(images/ft_bot.jpg) repeat-x;
}

.ft_left{
	background: url(images/ft_left.jpg) repeat-y;
}

.ft_right{
	background: url(images/ft_right.jpg) repeat-y;
}
