body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #ffffff;
}

h1 {
	/*font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/
	font-size: 20px;
	/*color: #ffffff;*/
	line-height: 24px;
}

h2 {
	/*font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/
	font-size: 16px;
	/*color: #ffffff;*/
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 10px;

}


p, li, h2, h3, h4, td {
	/*font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #ffffff;*/
}

p {
	text-align: justify;
	font-size: 15px;
	line-height: 21px;
}
/*
a img, :link img, :visited img { 
	border: none;
}
*/
a:link, a:visited {
	color: #051e4f;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

.footer {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #051e4f;
	margin-top: 5px;
}

.white a:link, a:visited {
 	 color: #ffffff;
 	 text-decoration: underline;
}
.white a:hover {
 	 color: #000;
}
.footer a:link {
	color: #051e4f;
	text-decoration: none;
}
.footer a:visited {
	color: #051e4f;
	text-decoration: none;
}


.contact {
	text-align: left;
}

.gallery {
	text-align: center;
}

/* Message Boxes */
div.messageBox {
	font-size: 12px;
	margin: 0 0 10px 0;
	border: 1px solid #000;
	padding: 12px 40px 0 12px;
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-color: #ffffcc;
	border-color: #ffcc00;
	width: auto;
	min-height: 48px;
	_height: 48px;
}
div.messageBox.error {
	background-image: url(../icon/icon_critalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #c60000;
	padding-left: 80px;
}
div.messageBox.confirmation {
	background-image: url(../icon/icon_confirmation.gif);
	background-color: #D9F2B3;
	border-color: #a9d260;
	color: #000;
	padding-left: 80px;
}
div.messageBox p {
	margin: 0 0 12px 0 !important;
	line-height: 1.5;
}
div.messageBox ul, div.messageBox ol {
	margin: 0 0 12px 23px;
	padding: 0;
	line-height: 1.5;
}