/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e3e3e3;
}
body {
	background-color: #542d62;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top: 20px;
}
table.main {
border:2px solid #6d427c;
background: url(images/tbg.gif) repeat-x #000000;
height:610px;
}
a:link, a:visited, a:active{
	font-weight: bold;
	color: #E7E3E7;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #684077;
	text-decoration: none;
}
table.sub a:link, table.sub a:visited, table.sub a:active{
	font-weight: bold;
	color: #E7E3E7;
	text-decoration: none;
	font-size: 12px;
}
table.sub a:hover {
	color: #684077;
	text-decoration: none;
}
.border img{
border:1px solid #000;
}
.pagetitle {
font-weight:bold;
font-size:14px;
color:#684077;
}
.smalltext {
font-size:9px;
}