@charset "utf-8";
/* CSS Document */

BODY {
	padding				: 0px;
	margin				: 0px;
	background-color	: #e4e4e4;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
}

TABLE {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
}

H1 {
	font-size			: 18px;
}

H2 {
	font-size			: 16px;
}

H3 {
	font-size			: 14px;
}

H4 {
	font-size			: 12px;
}

P {
	margin				: 10px;
}

.td_top_bg {
	background-image	: url('/files/img/top_bg.gif');
	background-position : top left;
	background-repeat	: repeat-x;
}

.td_bottom_bg {
	background-image	: url('/files/img/bottom_bg.gif');
	background-position : bottom left;
	background-repeat	: repeat-x;
}

.td_menu_cont {
	background-image	: url('/files/img/menu_panel_bg.gif');
	background-position : top right;
	background-repeat	: no-repeat;
	vertical-align		: top;
	padding-top			: 25px;
}

.td_menu {
	border-bottom		: dotted;
	border-bottom-color	: #d6e9f2;
	border-bottom-width	: 1px;
	font-size			: 12px;
	color				: #555554;
}

.td_info {
	padding				: 30px;
	color				: #555554;
	vertical-align		: top;
	text-align			: justify;
}

.title {
	font-size			: 12px;
	color				: #e2001a;
	font-weight			: bold;
	vertical-align		: top;
}

A, A:active, A:visited {
	font-weight			: normal;
	text-decoration		: underline;
	color				: #162883;
}

A:hover {
	text-decoration		: none;
}

.link_mm, .link_mm:link, .link_mm:active, .link_mm:visited {
	color				: #555554;
	font-size			: 12px;
	font-weight			: normal;
	text-decoration		: none;
}

.link_mm:hover {
	text-decoration		: underline;
}

