body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-position: bottom;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
hr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cb2227;
}
a.menu:link, a.menu:active, a.menu:visited {
	margin: 0px;
	padding: 0px;
}
a.menu:hover {
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #E95D0F;
	;
	text-decoration: underline;
	font-weight: normal;
}
a.more:link, a.more:active, a.more:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(images/menu-indent2.gif);
	font-size: 12px;
	text-decoration: underline;
	padding-top: 7px;
}
a.more:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3 {
	font-weight: normal;
	font-size: 20px;
	color: #6a4893;
	height: 25px;
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
}

input, textarea, select {
	color: #000;
	background: #FFF;
	border: 1px solid #6a4893;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.main {
	background-image: url(images/mainbg.jpg);
	vertical-align: top;
	padding: 20px;
	width: 590px;

}
.border {
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	width: 3px;
	vertical-align: top;
}
.logo {
	background-image: url(images/logofooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer
{
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
	height: 42px;
	background-position: bottom;
	vertical-align: bottom;
}

