@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Times New Roman;
	font-size:11.5px;
	color:#FFFFFF;
	table-layout:fixed;
	overflow:hidden;
	line-height:25px;
}

.footer
{
	background-image:url(../images/footer.jpg);
	width:617px;	
	font-family:Times New Roman;
	font-size:10px;
	color:#404040;
	padding-top:5px;
}

.orangeText
{
	color:#f2a119;
	font-size:12px;
}

.boldText
{
	font-size:12px;
	font-weight:bold;
}

