/* CSS Document */
html {
	SCROLLBAR-FACE-COLOR: #3B0205; 
	SCROLLBAR-SHADOW-COLOR: #3B0205; 
	SCROLLBAR-3DLIGHT-COLOR: #3B0205; 
	SCROLLBAR-ARROW-COLOR: #C8BE01; 
	SCROLLBAR-DARKSHADOW-COLOR:#3B0205; 
	SCROLLBAR-BASE-COLOR: #3B0205; 
	}
body{
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	color:#660000;	
	background-image:url(../images/bg.jpg);
	background-position:top;
	/*background-attachment:fixed;*/
	margin-top:0px	
	}
.headerbg {
	background-image:url(../images/header-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom;
	}
.footerbg {
	background-image:url(../images/footer-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	}
.submenubg {
	background-image:url(../images/submenu-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	}
.contentbg {
	background-image:url(../images/content-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	}
.mainheadbg {
	background-image:url(../images/mainhead-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	}
.rightpanelbg {
	background-image:url(../images/rightpanel-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	}
.btnbg {
	background-image:url(../images/btn-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
.link {
	font-family:Tahoma;
	font-size:11px;
	color:#434311;
	font-weight:bold;
	text-decoration:none;
	}
.link:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#A3345F;	
	font-weight:bold;
	text-decoration:none;
	}
.phrase {
	padding-left:10px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#A3345F;
	}
.paddingright {
	padding-right:22px;
	}
.bodyPrint{
	margin:0px;
	font-family:Tahoma;
	font-size:10px;
	color:#434311;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
.features{
	margin:0px;
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	background-color:008291;
	}
.contentsubheadings {
	font-family:Tahoma;
	font-size:11px;
	color:#434311;
	font-weight:bold;
	}
.contentmainheadings {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#A3345F;
	font-weight:bold;
	}
.footersamples {
	font-family:Tahoma;
	font-size:10px;
	color:#434311;
	text-decoration:none;
	}
.footersamples:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#A3345F;	
	text-decoration:none;
	}
.footerlinks {
	font-family:Tahoma;
	font-size:10px;
	color:#008291;
	text-decoration:none;
	}
.footerlinks:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#A3345F;	
	text-decoration:none;
	}
.redlinks {
	font-family:Tahoma;
	font-size:10px;
	color:#A3345F;
	text-decoration:underline;
	}
.redlinks:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#A3345F;	
	text-decoration:none;
	}