html	{
	font-size: 100%;
}

body	{
	margin: 0px;
	border: 0px;
	padding: 0px;
	padding-left: 24px;
	font-family: "Arial", "Helvetica", sans serif;
	font-size: 0.75em;
	color: #000000;
	background-image:url('../images/main_back.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

body.new	{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "Arial", "Helvetica", sans serif;
	font-size: 0.75em/1em;
	color: #000000;
	background-image: none;
	background-repeat: none;
	background-color: #FFFFFF;
}

a:link	{ color: #0000ff; text-decoration: underline;}
a:visited { color: #0000ff; text-decoration: underline;}
a:hover	{ color: #0000ff; text-decoration: none;}
a:active { color: #0000ff; text-decoration: none;}

table	{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "Arial", "Helvetica", sans serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}

table.main {
	width: 100%;
	height: 100%;
}

td.corner_top {
	width: 169px;
	height: 164px;
}

td.middle_top {
	width: 100%;
	height: 164px;
	background-image:url('../images/top_logo_back.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}

td.sidebar {
	width: 169px;
	height: 100%;
	background-image:url('../images/sidebar_back.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 66px;
	font-size: 1em;
}

td.sidebar a:link { color: #f2a27c; text-decoration: underline;}
td.sidebar a:visited { color: #f2a27c; text-decoration: underline;}
td.sidebar a:hover { color: #f57e46; text-decoration: none;}
td.sidebar a:active { color: #f57e46; text-decoration: none;}

td.content {
	padding-right: 36px;
}

td.bottom_side {
	width: 169px;
	height: 18px;
	background-image:url('../images/sidebar_back.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

td.disclaimer {
	width: 100%;
	height: 18px;
	text-align: center;
}

.poster {
	font-size: 10px;
	padding-left: 18px;
}

img.thumb, img.thumb a {
	border: 1px solid black;
	margin: 0px 4px;
}

img.thumb a:hover, img.thumb a:active {
	border: 1px solid blue;
}

td.admin_date
{
	border-right: 1px solid black;
	padding-left: 12px;
	padding-right: 12px;
}

td.admin_subj
{
	border-right: 1px solid black;
	padding-left: 12px;
	padding-right: 12px;
}

td.botbordcent
{
	border-bottom: 1px solid black;
	text-align: center;
	font-weight: bold;
}
