html, body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background: #000000;
}

.top_link{	margin: 15px 28px 0px 0px;
	text-align: right;}

.top_link a{	Font-Family: Verdana, Tahoma, Helvetica;
	Font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.top_link a:hover{
	text-decoration: underline;
}

/* menu top */
.menu_top{	Font-Family: Verdana, Tahoma, Helvetica;
	Font-size: 12px; Font-weight: bold;}

.menu_top a{	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 19px;
	padding: 2px 0px 0px 0px;
	width: 90px;
}

.menu_top a:hover, .menu_top .on {
	background-image: url(img/menu_on.gif);
	BackGround-Repeat: repeat-y;
	BackGround-position: center center;
}

.menu_bottom {	text-align: center;
	color: #000000;
	padding: 13px 0px 0px 0px;
	Font-Family: Verdana, Tahoma, Helvetica;
	Font-size: 10px;}

.menu_bottom a, .menu_bottom .off {	color: #000000;
	text-decoration: none;}

.menu_bottom a:hover, .menu_bottom .on {
	text-decoration: underline;
	color: #FE0000;
}

/* CONTENT */

.msg_ok {	Font-weight: bold;
	color: #ffffff;
	margin: 2px 0px 2px 0px;}

.msg_warning {
	color: #ffffff;
	margin: 2px 0px 2px 0px;
}

.msg_error {
	Font-weight: bold;
	color: #FE0C0B;
	margin: 2px 0px 2px 0px;
}

.content {	padding: 10px 40px 10px 40px;
	color: #F1F1F1;	Font-Family: Verdana, Tahoma, Helvetica;
	Font-size: 11px;
}

.menu_sub li {	list-style-type: none;
	color: #ffffff;
}

li {
	list-style-type: square;}

.content a {	color: #FE0C0B;
	text-decoration: none;}

.content a:hover {	text-decoration: underline;
	color: #FC2525;
}

.content .line {	font-size: 2px;
	background-image: url(img/line.gif);
	BackGround-Repeat: repeat-x;
	BackGround-position: center bottom;}

h1 {	Font-weight: bold;
	font-size: 20px;
	text-align: center;}

h2 {	Font-weight: bold;
	font-size: 15px;
	text-align: center;
}

h3 {
	Font-weight: bold;
	font-size: 12px;
	background-image: url(img/line.gif);
	BackGround-Repeat: repeat-x;
	BackGround-position: center bottom;
	border-left: 5px solid #FF0101;
	padding: 0px 0px 2x 2px;
	margin: 20px 0px 10px 0px;}

h3 span {	background: #464646;	padding: 0px 5px 0px 5px;
	color: #ffffff;
}

.comment{	margin: 10px 0px 10px 70px;
	padding: 2px 0px 5px 10px;
	border-left: 5px solid #5E5E5E;
	color: #817F7F;}

p{	align: justify;}

/* FORM */

form input, form textarea {
	border: 1px solid #C00A0A;
	background: #EEECE0;
	color: #000000;
	width: 300px;
	padding-left: 2px;
}

form input:focus, form textarea:focus {
	background: #ffffff;
	border: 1px solid #C00A0A;
}

form .button {
	color: #000000;
	width: 100px;
	border: 1px solid #C00A0A;
}

form td {	color: #F1F1F1;
	Font-Family: Verdana, Tahoma, Helvetica;
	Font-size: 10px;}

/* MENU_PATH */


.menu_path {
	padding: 10px 40px 10px 40px;
	color: #F1F1F1;
	Font-Family: Verdana, Tahoma, Helvetica;
	Font-size: 11px;
}

.menu_path a {
	color: #FE0C0B;
	text-decoration: none;
}

.menu_path a:hover {
	text-decoration: underline;
}