/*General*/
body { font-family:Arial, Helvetica, sans-serif; font-size:10pt; cursor:default; }
td { vertical-align:top; }
h3 { margin-top:0px; } /*This is the heading at the top of the page*/
img { border:0px; margin:0px; padding:0px; }

textarea {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
}
tr.table {
	background-image:url(dot.jpg);
	background-repeat:repeat-x;
}
/*Wrapping images*/
tr.top td, tr.bottom td {
	background-repeat:repeat-x;
}
tr.top td {
	background-position:bottom;
	vertical-align:bottom;
}
tr.bottom td {
	vertical-align:top;
	background-position:top;
}

/* Page Banner */
.page_banner {
	font-weight:bold;
	font-size:30pt;
	color:#FFFFFF;
	vertical-align:middle;
	overflow:visible;
}

/*Overall header*/
td.page_header {
	background-color:#CCCCCC;
}

/*The table holding the elements*/
table.container {
	margin:auto;
	border:0px;
	padding:0px;
	margin:0px;
}

/*The news module*/
div.news {
	color:#666666;
	margin-left:3px;
}

/*The border around the page*/
div.border {
	border:2px solid #CCCCCC;
	width:90%;
	overflow:visible;
	margin:auto;
}

/*The BBcode button style*/
a.button {
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	padding:2px;
	margin-top:5px;
	cursor:default;
}
a.button:hover {
	background-color:#CCCCCC;
}

/*The main text of the page*/
td.menubar {
	width:160px;
	background-color:#EEEEEE;
}
td.right {
	padding:1px 5px 5px 5px;
	width:100%;
}

/*The menu links*/
a.menu {
	display:block;
	text-decoration:none;
	margin-bottom:1px;
	background-color:#EEEEEE;
	padding-left:5px;
	width:160px;
	padding-top:8px;
	padding-bottom:8px;
	color:#666666;
	font-weight:bold;
}
a.menu:hover {
	text-decoration:none;
	padding-left:10px;
	background-color:#E6E6E6;
	width:155px;
	color:#333333;
}
