A  {
	color: #000000;
}

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align: left;
	width: 100%;
	height: 100%;
}

div {
	padding: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Serif;
	font-size: 16px;
}

img{
	border-style: none;
}

td img { 
	display: block; 
}

table.base {
	width: 100%;
	height: 100%;
}

td.base_menu {
	width: 270px;
	background-image: url('../img/layout/general/menu_bg.png');
}

table.menu {
	width: 270px;
}

td.menu_header {
	height: 158px;
	background-image: url('../img/layout/general/menu_header.png');
}

td.menu_buttons {
}

table.menu_buttons {
	width: 270px;
}

td.menu_buttons_left {
	width: 35px;
}

td.menu_buttons_rows {
}

table.menu_buttons_rows {
}

td.menu_buttons_row {
}

table.menu_buttons_row {
	width: 220px;
}

td.menu_buttons_row a{
	display: block;
	height: 28px;
}

#menu_buttons_row1 a {
	width: 220px;
	background: url('../img/layout/buttons/1.png') 0 0 no-repeat;
}

#menu_buttons_row1 a:hover {
	background-position: -220px 0;
}

#menu_buttons_row2a a {
	width: 110px;
	background: url('../img/layout/buttons/2.png') 0 0 no-repeat;
}

#menu_buttons_row2a a:hover {
	background-position: -110px 0;
}

#menu_buttons_row2b a {
	width: 110px;
	background: url('../img/layout/buttons/3.png') 0 0 no-repeat;
}

#menu_buttons_row2b a:hover {
	background-position: -110px 0;
}

#menu_buttons_row3 a {
	width: 220px;
	background: url('../img/layout/buttons/4.png') 0 0 no-repeat;
}

#menu_buttons_row3 a:hover {
	background-position: -220px 0;
}

#menu_buttons_row4a a {
	width: 110px;
	background: url('../img/layout/buttons/5.png') 0 0 no-repeat;
}

#menu_buttons_row4a a:hover {
	background-position: -110px 0;
}

#menu_buttons_row4b a {
	width: 110px;
	background: url('../img/layout/buttons/6.png') 0 0 no-repeat;
}

#menu_buttons_row4b a:hover {
	background-position: -110px 0;
}

#menu_buttons_row5 a {
	width: 220px;
	background: url('../img/layout/buttons/7.png') 0 0 no-repeat;
}

#menu_buttons_row5 a:hover {
	background-position: -220px 0;
}

#menu_buttons_row6a a {
	width: 110px;
	background: url('../img/layout/buttons/8.png') 0 0 no-repeat;
}

#menu_buttons_row6a a:hover {
	background-position: -110px 0;
}

#menu_buttons_row6b a {
	width: 110px;
	background: url('../img/layout/buttons/9.png') 0 0 no-repeat;
}

#menu_buttons_row6b a:hover {
	background-position: -110px 0;
}

#menu_buttons_row7 a {
	width: 220px;
	background: url('../img/layout/buttons/10.png') 0 0 no-repeat;
}

#menu_buttons_row7 a:hover {
	background-position: -220px 0;
}

#menu_buttons_row8a a {
	width: 110px;
	background: url('../img/layout/buttons/11.png') 0 0 no-repeat;
}

#menu_buttons_row8a a:hover {
	background-position: -110px 0;
}

#menu_buttons_row8b a {
	width: 110px;
	background: url('../img/layout/buttons/12.png') 0 0 no-repeat;
}

#menu_buttons_row8b a:hover {
	background-position: -110px 0;
}

#menu_buttons_row9 a {
	width: 220px;
	background: url('../img/layout/buttons/13.png') 0 0 no-repeat;
}

#menu_buttons_row9 a:hover {
	background-position: -220px 0;
}

td.menu_buttons_right {
	width: 15px;
}

td.base_header {
	height: 158px;
}

td.base_emptyspace {
	height: 16px;
}

td.base_article {
	height: 100%;
}

table.header {
	width: 100%;
}

td.header_top {
	height: 122px;
	vertical-align: middle;
}

td.header_bottom {
	height: 36px;
	font-size: 13px;
	padding: 0px 20px 0px 20px;
	text-align: right;
	vertical-align: middle;
	background: #000000 url('../img/layout/general/header_bottom.png');
}

td.header_bottom a{
	text-decoration: none;
	color: #FFFFFF;
}

table.article {
	width: 98%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #2F0404;
	background: url('../img/layout/general/article_bg.png') left bottom no-repeat;
}

table.article.img{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
}

td.article_title {
	height: 42px;
	padding: 4px 4px 4px 4px;
	font-size: 24px;
	color: #FFFFFF;
	vertical-align: middle;
	background: url('../img/layout/general/article_title_bg.png');
}

td.article {
	height: 100%;
	padding: 4px 4px 4px 4px;
	background: url('../img/layout/general/article_td_bg.png') right top no-repeat;
}

