@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}

p{
	text-align:justify;
}

a {
	text-decoration: none;
	color: #555555;
}

A.link_underline:link {
	color: #555555;
	text-decoration: underline;
}

A.link_underline:visited {
	color: #555555;
	text-decoration: underline;
}

A.link_underline:hover {
	color: #555555;
	text-decoration: none;	
}

A.link_none:hover {
	text-decoration: underline;
}

A.link_blue:hover {
	color: #226379;
	text-decoration: none;	
}

.contactbg {
	background-image:url(images/contactside_bg.jpg);
	background-position:0 15%;
	background-repeat:no-repeat;
}

.navarea {
	font-size: 12px;
}

#blue_text {
	color: #226379;
}

#white_text {
	color: #FFFFFF;
}

#black_text {
	color: #000000;
}