@media Screen, Handheld    
{
BODY {
	FONT-FAMILY: Arial, sans-serif; 
	FONT-SIZE: 12;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #0E0E0E; 
	color: #E4E4E4;
}
}

A {
	COLOR: #EFE283; 
	text-decoration: underline;
}

A:hover {
	COLOR: #D3C76F; 
	text-decoration: underline;
}

img {
	border:0px;
}

div.logo {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}

div.logo_ {
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 4px;
}

div.face {
	margin-top: 81px;
	vertical-align: right;
}


table {
	FONT-FAMILY: Arial, sans-serif; 
	FONT-SIZE: 12;
}



.small {
	FONT-SIZE: 9px; 
	color: #E4E4E4;
}

a.small {
	FONT-SIZE: 9px; 
	color: #E4E4E4;
}

.small_grey {
	FONT-SIZE: 9px; 
	color: #515151; 
	line-height: 1.1em;
}

a.small:hover {
	FONT-SIZE: 9px; 
	color: #E4E4E4;
}

.header_view {
	font-size: 16px; font-weight: 900;
}



div.content{
	position: relative;
	z-index: 50;
	width: 100%;
	height:100%;
	width: expression(document.body.clientWidth > 1002 ? '100%' : '1002px'); 
	background-color: transparent;
}


a.language {
	font-size: 11px; 
	text-decoration: underline; 
	color: #E0BE64;
}
a.language:hover {
	font-size: 11px; 
	text-decoration: underline; 
	color: #E0BE64;
}
.language_selected {
	font-size: 11px;
	text-decoration: none; 
	background-color: #E0BE64;
	color: #0E0E0E;
}

div.about {
	text-align: justify;
	line-height: 1.5em; 
	margin-bottom: 115px
}

div.quotation {
	margin-top: 14px; 
	margin-bottom: 16px;
	color: #9B9B9B;
	font-size: 14px;
	font-style: italic;
}

.input-text {
	width: 100%;
	font-size: 12px;
	color: #EBEAEA;
	border: 1px solid #212121;
	background-color: #1A1A1A;
	height: 22px;
	padding: 3px;
}
.input-textarea {
	scrollbar-face-color: #0E0E0E;
	scrollbar-darkshadow-color: #1A1A1A;
	scrollbar-track-color: #272727;
	scrollbar-arrow-color:#272727;
	scrollbar-3dlight-color: #0E0E0E;
	scrollbar-highlight-color: #1A1A1A;
	scrollbar-shadow-color: #1A1A1A;
	width: 100%;
	font-size: 12px;
	FONT-FAMILY: Arial, sans-serif; 
	color: #EBEAEA;
	border: 1px solid #212121;
	background-color: #1A1A1A;
	padding: 3px;
}
.button {
	border: 2px solid #212121;
	background-color: #1A1A1A;
	color: #EBEAEA;
	font-size: 12px;
	FONT-FAMILY: Arial, sans-serif;
	cursor: hand; 

}

.px10-white {
	font-size: 10px;
}
