html {
	height:100%;
}
body {
	background-color:#EAEAEA;
	margin:0px;
	padding:0px;
	height:100%;
}
table.tbl_bg {
	height:100%;
	background-image:url(../img/bg.gif);
	background-position: center top;
	background-repeat:repeat-y;
}
div,font,p,table,td,form,a {
	font-family: Tahoma;
	color:#000000;
	font-size: 11px;
}
td.text {
	padding: 20px;
	vertical-align:top;
}
div.bodytitle {
	font-size: 18px;
	color:#646161;
	text-transform:uppercase;
}
div.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
}
td.menu {
	padding: 20px;
	vertical-align:top;
}
div.left_menu {
	padding: 2px 0px;
}

img { border:0px; }

a.menu:link { color:#000000; text-decoration:none; font-size: 12px; }
a.menu:active { color:#000000; text-decoration:none; font-size: 12px; }
a.menu:visited { color:#000000; text-decoration:none; font-size: 12px; }
a.menu:hover { color:#000000; text-decoration:underline; font-size: 12px; }

a.created:link { color:#646161; text-decoration:none; }
a.created:active { color:#646161; text-decoration:none; }
a.created:visited { color:#646161; text-decoration:none; }
a.created:hover { color:#646161; text-decoration:underline; }