@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
body {
	background-color: #CFCFCE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size:12px;
	text-align:center;
}

/*links css bellow*/

a:link {
	color: #073C86;
}
a:visited {
	color: #063A85;
}
a:hover {
	color: #FC3;
}
a:active {
	color: #083D87;
}




/* font's CSS to control text below*/

/*BLACK FONTS*/
.12black {
	color: #000;
	font-size: 8px;
	font-weight: normal;
}


/*YELLOW FONTS*/


/*RED FONTS*/
.White {
	color: #FFF;
	font-weight: normal;
	background-color:#104B90;
	
}

/*Tables*/
.TABLE_TOPIC {
	color: #FFF;
	font-weight: normal;
	background-image:url(designassets/blue_table_background.png);
	text-indent: 5px;
	padding: 5px;
	height: 22px;
}


/*SIDE TABLES CONTROLS*/
.side_tables {
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-position: center;
	border: 5px double #063A85;
}

.big_tables {
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	background-position: center;
	border: 5px double #063A85;
}


.image_float {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
