@charset "UTF-8";
/* CSS Document */


/* unvisited link */
a.link2:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
a.link2:visited {
     color: #ffffff;
     text-decoration: none;
}

/* mouse over link */
a.link2:hover {
     color: #a7d2f6;
     text-decoration: none;
}

/* selected link */
a.link2:active {
    color: #ffffff;
    text-decoration: none;
}




/* unvisited link */
a.link3:link {
    color: #000000;
    text-decoration: none;
}

/* visited link */
a.link3:visited {
     color: #000000;
     text-decoration: none;
}

/* mouse over link */
a.link3:hover {
     color: #a7d2f6;
     text-decoration: none;
}

/* selected link */
a.link3:active {
    color: #000000;
    text-decoration: none;
}


/* success & fail color mail send */
p.blue {
	color: #270;
    background-color: #DFF2BF;
}
p.red {
  color: #D8000C;
  background-color: #FFBABA;
	
}

.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.contactinfo-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.content-text-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: justify;
}

.content-text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.title-white{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFF;
}

.title-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#00bfff;
}

.title-darkblue{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#1966A2;
}

.title-black{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}