body {
	background-color : #72A2FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin : 0;
	background-repeat : repeat-y;
}

td.mainpane {
	padding: 0 10px 10px 10px;
	vertical-align : top;
}

td.main {
	padding: 10px;
	vertical-align : top;
	font-size: 12px;
	background-color: #BED7FF;
}

td.maintitle {
	padding: 0px;
	vertical-align : middle;
	font-size : 16px;
	font-weight: bold;
	color: #2D8E09;
	background-color: #BED7FF;
}

td.title {
	padding: 0px;
	vertical-align : middle;
	font-size : 14px;
	font-weight: bold;
	color: #2D8E09;
	background-color: #BED7FF;
}

td.copyright {
	padding: 1px;
	vertical-align: middle;
	font-size: 10px;
	background-color: #BED7FF;
}

.thumb {
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

img.thumby {
	margin: 5px;
}

img {
	border : none;
}

.retlink {
	font-size: 10px;
	font-weight: normal;
}

.topbar {
	background-repeat : repeat-x;
	font-size : 8px;
}

.botbar {
	background-repeat : repeat-x;
	font-size : 8px;
}

.botvalign {
	vertical-align : bottom;
}

.topvalign {
	vertical-align: top;
}

.xrepeat {
	background-repeat : repeat-x;
}

.yrepeat {
	background-repeat : repeat-y;
}

a:link {
	color: #FF8400;	
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #FF8400;
}

a:visited {
	color: #020D97;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #41F200;
	text-decoration: none;
	background-color : #FFFFFF;
}

a:active {
	color: #FF0000;	
	text-decoration: none;
}

a.imglink:link {
	border: none;
}

a.imglink:visited {
	border: none;
}

a.imglink:hover {
	border: none;
}

a.imglink:active {
	border: none;
}