body {
	background-image: url(../images/bg1.gif);
	background-color: transparent;
	width: 950px;
	margin: auto;
	/*text-align: -moz-center;*/ 
}

.txt H1 {
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.txt H2 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	/*display: inline;*/
}
.txt {
	text-align: justify;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
}
a:link {
	color: #150185; 
        text-decoration: none
}
a:visited {
        color: #ff0000; 
        text-decoration: none
}
a:hover {
	color: #ff0000;
        text-decoration: underline
}
a:active {
	color: #ff0000; 
	text-decoration: none
}
/*
makes all links or text with a title red
a[title] { color : #f00; }*/
p.indent {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-indent: 14pt;
	margin-top: 0px;
	margin-bottom: 3px; 
}
.whitenav a:link {
        background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
.whitenav a:hover {
        background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}
.whitenav a:visited {
        background-color: transparent;
	color: #66cc99;
	text-decoration: underline;
}
.whitenav a:active {
        background-color: transparent;
	color: #ff0000;
	text-decoration: none;
}
.vcart a:link {
        background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
.vcart a:hover {
        background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}
.vcart a:visited {
        background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}
.vcart a:active {
        background-color: transparent;
	color: #ff0000;
	text-decoration: none;
}