.text {
	font:normal 12px Tahoma;
	color:#000000;		
}
.text10 {
	font:normal 10px Tahoma;
	color:#000000;		
}
.text11 {
	font:normal 11px Tahoma;
	color:#000000;		
}
.text13 {
	font:normal 13px Tahoma;
	color:#000000;		
}
.gri13 {
	font:normal 13px Tahoma;
	color:#888888;		
}
.red10 {
	font:normal 10px Tahoma;
	color:#c40a0a;		
}
.red11 {
	font:normal 11px Tahoma;
	color:#c40a0a;		
}
.red12 {
	font:normal 12px Tahoma;
	color:#c40a0a;		
}
.red13 {
	font:normal 13px Tahoma;
	color:#c40a0a;			
}
.link {
	font:normal 12px Tahoma;
	color:#c40a0a;		
	text-decoration:none
}
.link:HOVER {
	font:normal 12px Tahoma;
	color:#c40a0a;	
	text-decoration:underline
}
.redButton_in{
	display:inline;
	background-image: url(../_images/button_red.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #c70a0a;
	font-weight: bold;
	font-size: 11px;
	font-style:Verdana;
	height: 15px;
	float: left;
	border: none;			
	margin: 0px 20px 20px 20px;
	padding: 4px 15px;
	color: #fff;  
}
.redButton_in:link{
	display:inline;
	background-image: url(../_images/button_red.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #c70a0a;
	font-weight: bold;
	font-size: 11px;
	font-style:Verdana;
	height: 15px;
	float: left;
	border: none;			
	margin: 0px 20px 20px 20px;
	padding: 4px 15px;
	color: #fff;
}  
.redButton_in:active{
	display:inline;
	background-image: url(../_images/button_red.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #c70a0a;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
	font-style:Verdana;
	float: left;
	border: none;			
	margin: 0px 20px 20px 20px;
	padding: 4px 15px;
	color: #fff;
}
.redButton_in:visited{
	display:inline;
	background-image: url(../_images/button_red.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #c70a0a;
	font-weight: bold;
	font-style:Verdana;
	font-size: 11px;
	height: 15px;
	float: left;
	border: none;			
	margin: 0px 20px 20px 20px;
	padding: 4px 15px;
	color: #fff;
}
ul{
	padding-top:0;
	margin-top:0;
	color:#333333;
} 

.blueTitle{
	color:#00559e;
	font:normal 30px Georgia,"Times New Roman",Times,serif;
	margin:0;
	padding:10px 20px 20px 0;
}