BODY {
	color: #443006;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

A {
	text-decoration: none;
	color: #063A44;
}

A:HOVER {
	text-decoration: underline;
}

#boldnav {
	font: normal  bold 13px "Arial";
	color: #ffffff;
	font-style: normal;
	}
		
p.contactinfo {
	color : #3D2B18;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

		/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

p.title {
	font: normal bold 16px "Arial";
	color: #063A44;
	}
	
p.sub-title {
	font: normal bold 12px "Arial";
	color: #063A44;
	}

}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }


