.maintable {
	background-image: url('images/img_bg.gif');
	background-repeat: no-repeat;
	background-position: left top
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

p {
	margin: 10px;
	}
.top {
	background-image: url('images/img_top.gif');
	background-repeat: no-repeat;
	background-position: left top
}
.middle {
	background-image: url('images/img_middle.gif');
	background-repeat: repeat-y
}
.bottom {
	background-image: url('images/img_bottom.gif');
	background-repeat: no-repeat
}
a {
	color: #C40260;
	font-size: 11px;
	font-weight: bold;
}

a:visited
{color: #ff3399;}

a:hover {	
	color: #C40260;
	background-color: #FFCCCC}
	
h1 {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C40260;
	margin: 10px;
}
h2 {
	font-size: 13px;
	margin: 10px;
	font-weight: normal;
	color: #ff3399;
}
