@charset "utf-8";
body{
background-color:#f8f8fa;
}
.bg {
	background-color: #f8f8fa;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
.link-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8c8c8c;
	text-decoration: none;
	text-align: center;
}
.link-text a{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8c8c8c;
	text-decoration: none;
	text-align: center;
}
.link-text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0095da;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
}
.blue-headdin {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #0095da;
	text-decoration: none;
}
.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0095da;
	text-decoration: none;
}
.normal-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	line-height: 17px;
}
.normal-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	line-height: 17px;
}
.normal-text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0095da;
	text-decoration: none;
	text-align: justify;
	line-height: 17px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8b8b8b;
	text-decoration: none;
	border: 1px solid #c6c6c6;
}
