@import url("main_style_common.css");
/* CSS Document */

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px  'Arial AMU', 'Arial AMU', 'Arial Unicode', Arial, Helvetica, sans-serif;
}

#sddm div a
{
	z-index: 100;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 400 px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #993;
	color: #FFF;
	font: bold 10px 'Arial AMU', 'Arial AMU', 'Arial Unicode', Arial, Helvetica, sans-serif;
	/*border: 1px inset #FFF*/
}

.body_style {
	min-height:600px;
	font-family: Arial, Helvetica;
				font-size:14px;
                font-weight: regular;
                vertical-align:top;
	padding-left: 2%;
	border:#090;
	/*font-family:Verdana, Geneva, sans-serif;*/
}

/* for Internet Explorer - Worst browser in the world*/
* html .body_style {
height: 600px;
}

.body_style a:link {color:#09F} 
.body_style a:visited {color:#09F}
.body_style a:hover { color:#6CF; text-decoration:underline}
.body_style a:active { color:#6CF; text-decoration:underline}
.body_style a:focus { color:#6CF; text-decoration:underline}