/* --------- BODY ------------ */
body  { 
	margin:20px 0px;padding:0px;
	background-color:#4C0876;
	color:#4C0876;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
a:link  	{ color:#006666;text-decoration:underline; }
a:visited 	{ color:#006666;text-decoration:underline; }
a:hover 	{ color:#810251;text-decoration:underline; }
/* --------- CONTAINER ------------ */
.container1 {
	background-color:#ffffff;
	border:2px solid #000000;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.container2 {
	width:740px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* --------- MASTHEAD ------------ */
.tagline {
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	line-height:11px;
	color:#ffff00;
}
/* --------- CONTENT ------------ */
h1 {
	font-size:18px;
	font-weight:bold;
	color:#0e7980;
	margin:20px 0px 10px 0px;	
}
.paragraph {
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#003366;
}
.txt {
	font-size:12px;
	line-height:15px;
	color:#4C0876;
	text-align:left;
	vertical-align:top;
}
strong {
	font-weight:bold;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;	
}
/* --------- IMAGES ------------ */
img {
	border:0px;
	line-height:0px;
}
.imgRight {
	border:0px;
	margin-left:20px;
	float:right;
}
.imgLeft {
	border:0px;
	margin-right:20px;
	float:left;
}
/* --------- NAVIGATION ------------ */
.navBot {
	font-size:11px;
	line-height:15px;
	color:#4C0876;
	text-align:left;
}
/* --------- FORM ------------ */
.txtForm {
	font-size:11px;
}
