@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#636363;
overflow:hidden; 
	padding:0;margin:0;
	height:100%;width:100%;
}
 
#bgimg {
	position:absolute;
	z-index: -1;
}
 
#realBody{
	position:absolute;
	z-index:5;
	overflow:auto; 
	height:100%;width:100%;
	
	padding:20px 0 0 0;
	left: 7px;
}


h4{
font-size:13px;
color:#181147;
}

h1{
font-size:15px;
color:#181147;
}

h2{font-size:18px;
color:#FFFFFF;
}	

.links_footer{
font-size:11px;
color:#181147;
}

.rights{
font-size:11px;
color:#181147;
}

.line_v{
border-left:1px dashed #666666;
height:230px;
}

.read{
font-size:11px;
color:#181147;
}

.theme-default #slider {
    margin:0px 0 0 0;
    width:790px; /* Make sure your images are the same size */
    height:243px; /* Make sure your images are the same size */
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}




a:link {
	color: #181147;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #181147;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #181147;
}
