body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.text_big {
	color: #414141;
	font: 14px;	
}

.text_main {
	color: #414141;
	font: 14px;	
	text-align:justify;
	line-height:18px;
	
	/*
	word-spacing:15px;
	*/
}


.text_normal {
	color: #414141;
	font: 14px;	
	width:550px;
	text-align:justify;
	line-height:18px;
	
	/*
	word-spacing:15px;
	*/
}

.footer {
	color: #414141;
	font: 10px;	
	width:280px;
	line-height:18px;
}


.text_small {
	color: #414141;
	font: 10px;	
}



.caption_big {
	color: #186B9B;
	font: 24px;
}

.caption_normal {
	color: #186B9B;
	font: 18px;
}

.caption_small {
	color: #186B9B;
	font: 16px;
}


.main_table {
	background: white;
}





