/* CSS Document */
body{
	/*overflow-y:scroll;*/
}


body,
table,
tr,
td,
input,
textarea
{
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', 'Geneva', 'Lucida', 'Arial', 'Helvetica', 'sans-serif';
	font-size:12px;
	color:#333333;
	
}
body
{
	background-color:#DEDEDE;
	
	margin:0px;
	padding:0px;
	
	line-height:15px;
}
a{
	color:#0000CC;
}
a:focus{
	outline-style:none;
}
a.nostyle{
	color:#333333;
	text-decoration:none;
}
a.nostyle:hover{
	text-decoration:underline;
}


img{
	border:0;
}

h1{
	color:#222222;
	display:inline;
	font-size: 14px;
	font-weight:bold;
}
h2{
	display:inline;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}
h3{
	display:inline;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

form{
	margin:0;
	padding: 0;
}

iframe{
	border: 1px solid #999999; 
	margin: 0; 
	padding: 0;
}

hr{
	size:1px;
	border: none 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;

}
hr.light{
	size:1px;
	border: none 0;
	border-top: 1px solid #EFEFEF;
	height: 1px;

}

/*
 *	MAIN
 */
 
.main{
	background-color:#DEDEDE;
}

.body{
	position:absolute;
	left:50%;
	margin-left:-450px;
	
	width:900px;
}

/*
 *	HEADER
 */

.header{
	display:block;
	
	background-color:#181818;
	background-image:url(../images/system/header.png);
	
	width:100%;
	height:200px;
	
	border:0px;
	margin:0px;
	padding:0px;
}

.header_table{
	
	position:absolute;
	left:50%;
	margin-left:-500px;
	
	width:950px;
	/*height:250px;*/
}
.header_logo{
	background-image:url(../images/system/logo_header.png);
	background-repeat:no-repeat;
	
}

.header_slogan{
	background-image:url(../images/system/slogan_header.png);
	background-repeat:no-repeat;
	
}

/*
 *	MENU
 */
.menu{
	position:absolute;
	top:70px;
	width:515px;
	text-align:right;
	
}




/*
 *	FOOTER
 */
 
.footer{
	display:none;
	position:absolute;
	
	background-color:#EBEBEB;
	background-image:url(../images/system/footer.png);
	
	width:100%;
	height:180px;
	
	border:0px;
	margin:0px;
	padding:0px;
}

.footer_table{
	
	position:absolute;
	left:50%;
	margin-left:-450px;
	
	width:900px;
	height:180px;
	
}
.footer_table td{
	font-size:11px;
}
.footer_logo{
	background-image:url(../images/system/logo_footer.png);
	background-repeat:no-repeat;
	
}
.footer_copyrights{
	height:28px;
	background-image:url(../images/system/copyrights.png);
	background-position:center center;
	background-repeat:no-repeat;
}
