a {
	color: #800000;
	text-decoration: underline;
	border-style: none;
	font-size: 1em;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
	border-style: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	border-style: none;
	text-transform: capitalize;
	font-weight: bold
}

a.footer {
	color: #ffffff;
	text-decoration: underline;
	border-style: none;
}

body { 
	background-color: #000000;
	font-family: Arial;
	font-size: 1em;
	color: #000000;
}

form {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 20px;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

hr {
	height: 1px;
	color: #34560f;
	background-color: #34560f;
	margin: 0px 0px 0px 0px;
}

hr.body {
	height: 1px;
	color: #34560f;
	background-color: #34560f;
	margin-right: 30px;
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-style: none;
}

img.paypal {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px 1px 1px 1px;
	border-style: solid;
}

input.button {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: black;
	font-size: 8pt;
	font-family: verdana;
	width: auto;
	overflow: visible;
}

p.body { 
	font-family: Times New Roman;
	font-size: 1em;
	color: #000000;
	margin-right: 30px;
	text-align: left;
}

p.title { 
	font-family: Times New Roman;
	color: #800000;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

span.green {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #158618;
	cursor: default;
}

table.catologue {
	border-collapse: collapse;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #150185 #150185 #150185 #150185;
	background-color: #ffffcc;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

td.catologue {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	background-color:#ffffcc;
	border:1px solid;
	border-color: #150185;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}

td.catologue2 {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	background-color:#008000;
	border:1px solid;
	border-color: #150185;
	text-align: center;
	color: #ffffcc;
	vertical-align: middle;
	border-collapse: collapse;
}

ul {
	margin: 5px 10px 10px 20px;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
}

