/* 
 * ========================================
 * Main properties 
 * ========================================
*/

body {
	background-image: url('../images/core/topfon.gif');
	background-repeat: repeat-x;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;	
	background-color:#1C181D;
}
img {
	border:0px;
}

h1 {
	font-size:17px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
	color:#ABABAB;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
	color:#FFFFFF;
	font-family:Verdana;
}
td {
	padding:0;
	border:0px;
}
hr {
	border: solid 1px #FFF;
	height:1px;
	color:#FFF;
}
/* 
 * ========================================
 * Main table properties 
 * ========================================
*/
.core_main_table {
	width:100%;
}
.core_main_table_side {
	padding:10px;
	padding-top:10px;
	padding-bottom:20px;
	vertical-align:top;
	width:240px;
	text-align:center;
}
.core_main_table_center {
	padding-top:10px;
	padding-bottom:20px;
	vertical-align:top;
}
/* 
 * ========================================
 * Head table properties 
 * ========================================
*/

.core_head {
	height:105px;
	width:100%;
}
.core_head_banner {
	width:100%;
}
.core_head_logo {
	height:105px;
	width:227px;
}
.core_head_menu {
	background-image: url('../images/core/topright.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:200px;
}
.core_head_banner {
	text-align:center;
}

/* 
 * ========================================
 * CPR table properties 
 * ========================================
*/
.core_cpr_table {
	width:100%;
	font-size:11px;
}
.core_cpr_text {
	padding-left:15px;
	padding-right:15px;
}

