/* 
 * ========================================
 * Main properties 
 * ========================================
*/

body {
	background-image: url('../images/core/fon1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;	
	background-color:#000000;
}
img {
	border:0px;
}

h1 {
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
	color:#FFF;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
}
td {
	padding:0;
	border:0px;
}
hr {
	border: solid 1px #FFF;
	height:1px;
	color:#FFF;
}

/* 
 * ========================================
 * Main table properties 
 * ========================================
*/

.core_root_table {
	background-image: url('../images/core/fon2.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width:947px;
}
.core_top_banner {
	height:109px;
	text-align:center;
}
.core_menu_space {
	height:39px;
}
.core_underspace {
	height:16px;
}
.core_cpr_space {
	text-align:center;
}

.core_main_space {
	vertical-align:top;
	padding-left:8px;
}

.core_right_space {
	vertical-align:top;
	padding-left:14px;
}

.core_left_space {
	width:150px;
	vertical-align:top;
}


/* 
 * ========================================
 * CPR table properties 
 * ========================================
*/
.core_cpr_table {
	width:600px;
	font-size:10px;
}

/* 
 * ========================================
 * Additional table properties 
 * ========================================
*/

.core_gray_link:link, .core_gray_link:visited {
	color: #5A5A5A;
	text-decoration:none;
}

.core_gray_link:hover, .core_gray_link:active {
	color: #5A5A5A;
	text-decoration:underline;
}