@charset "utf-8";
/* CSS Document */
.small_txt
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFFFFF;	
}

.small_txt_bold
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFFFFF;	
	font-weight:bold;	
}

.small_txt_link
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#009;	
}

.small_txt_link_bold
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#009;	
}

.normal_txt
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.normal_txt_bold
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

.normal_txt_link
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009;	
}

.normaal_txt_error
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#F00;	
	margin-left:20px;	
}

.normal_txt_link_bold
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009;	
	font-weight:bold;	
}

.txt_page_nav_center
{
	float:left; 
	width:600px; 
	height:100px; 
	text-align:center;
}
