@charset "utf-8";
/* CSS Document */

/* HTML tags */
body {
	background: #000 url(../images/background-fade.jpg) repeat-x 0 0  ! important;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 0px;
}

/* Borders and backgrounds */
.headerBG {
	background: #000 url(../images/header-background.gif) repeat-x 0 0  ! important;
	height: 135px;
}
.silverbarCenter {
	background: #CCC url(../images/silverbar-bg-center.jpg) no-repeat;
	height: 30px;
	width: 864px;
}
.silverbarSides {
	background: #CCC url(../images/silverbar-bg-purple.jpg) repeat-x 0 0  ! important;
	height: 30px;
}
.grayborderSides {
	background: #CCC;
	width: 18px;
}
.grayborderBottom {
	background: #CCC;
	height: 18px;
}
.bodyBG {
	background: #EDEDED;
	border-right: #686868 solid 1px;
	border-left: #686868 solid 1px;
	border-bottom: #686868 solid 1px;
	height: 350px;
}

/* Fonts and Headers */
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 0px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0px;
}