body {
background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
}


.style1 {
color: #FFFFFF;
}

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

h4 {
color: #CB1502;
}

a:link { 
color: #000000; 
text-decoration: underline; 
}
a:visited { 
color: #000000; 
text-decoration: underline; 
}
a:active {
color: #CB1502;
text-decoration: none;
}
a:hover {
color: #CB1502; 
text-decoration: underline;
}




