/* CSS Document */
body {
	/*background-image: url(../images/bg-site.jpg);
	background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.logo {
	background-image: url(../images/flame-top.jpg);
	background-repeat:no-repeat;
}
.redtext{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
}
.blacktext{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
}
.blacktexthebanner{
	color: #000;
	font-family: "Arial Narrow" ;
	font-size:12pt;
	font-weight:600;
}
.blackcursive{
	color: #000;
	font-family: georgia;
	font-style:italic;
	font-size:16px;
	font-weight:600;
}
.headertext{
	color: #C00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

.menutext{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.menutext a{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
.menutext a:hover{
	color: #F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
.formulabox
{
	background:#FFF url(../images/bg_formula3.png) repeat-x top;
}