body {
	margin:0px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#A2D7FF;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#585858;
	height:100%;
}

td {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#585858;
}

form {
	margin:0px;
}

p, ul, li {
	margin-top:0px;
	margin-bottom:0px;
}

.bg_header {
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
	width:930px;
	height:320px;
}

.bg_footer {
	background-color:#585858;
	width:930px;
	height:50px;
}

.diviner {
	background-image:url(../images/diviner.png);
	background-repeat:repeat-x;
	height:11px;
}

.img {
	border-width:1px;
	border-color:#0163AE;
	border-style:solid;
}

/* div */

div.content {
	width:610px;
	margin:20px;
	overflow:hidden;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#585858;
}

div.almenu_1 {
	margin:5px 0px 0px 40px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#585858;
}

div.almenu_2 {
	margin:5px 0px 0px 55px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#585858;
}

/* TEXTS */

.text_1 {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#C8C8C8;
}

.text_2 {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#585858;
	line-height:20px;
}

.text_3 {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#585858;
	line-height:20px;
}

/* LINKS */

a {
	color:#FF6D00;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FF6D00;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:underline;
}

.link_1 {
	font-size:12px;
	color:#C8C8C8;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
}
.link_1:hover {
	font-size:12px;
	color:#C8C8C8;
	font-family:Arial;
	font-weight:normal;
	text-decoration:underline;
}

.link_2 {
	font-size:10px;
	color:#585858;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
}
.link_2:hover {
	font-size:10px;
	color:#585858;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:underline;
}

.link_3 {
	font-size:12px;
	color:#585858;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
}
.link_3:hover {
	font-size:12px;
	color:#585858;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:underline;
}

/* FROM ELEMENTS */

.input_1 {
	font-family:Verdana;
	font-size:12px;
	color:#585858;
	font-weight:normal;
}

/* BUTTONS */

input.btn_1 {	
	font-family:Verdana;
	font-size:10px;
	color:#0163AE;
	font-weight:bold;
	background:none;
	background-color:#FFFFFF;
	border-color:#FF8C00;
	border-width:2px;
	border-style:solid;
	cursor:pointer;
	height:25px;
}

