body{
	background-color: #c0bbdb;
	font: 12pt Arial, Verdana, Helvetica, sans-serif;
	color: #565378;
	margin-top: 20px;
}
table{
	background-color: #FFFFFF;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: 500;
	color: #565378;
}
.mainCont{
	border: solid #8781bd;
	border-width: 0px 1px 0px 1px;
	padding: 20px;
}

/*#brdHdr{
	width: 750px;
	border: solid #5b5191;
	border-width: 0px 1px 0px 1px;
}*/

a:link{ text-decoration: none; color: #9790d1; }
a:active{ text-decoration: none; color: #9790d1; }
a:visited{ text-decoration: none; color: #9790d1; }
a:hover{ text-decoration: underline; color: #a656ff; }

.s8{
	font-size: 8pt;
}

.ibdr{
	border: double 3px #5b5191;
}
.mName{
	background-color: #5b5191;
	font: 500 13pt Times New Roman, Verdana, Arial;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}

h1,h2,h3,h4,h5,h6{
	font-family: Times New Roman, Verdana, Arial;
	font-weight: 500;
	color: #433c6b;
}
h3{
	font-size: 12pt;
}
h4{
	font-size: 10pt;
}
.hdr{
	font: 16pt Times New Roman, Verdana, Arial;
	font-style: italic;
	border: solid #635f89;
	border-width: 0px 0px 2px 0px;
}

/* Members Name */
#mName{
	font: 500 8pt Times New Roman, Verdana, Arial;
	font-style: italic;
	border: solid #635f89;
	border-width: 0px 0px 2px 0px;
	margin-bottom: 10px;
	margin-top: -10px;
}

/* Quotes */
#qoute{
	font: 13pt Times New Roman, Verdana, Arial;
	font-style: italic;
	margin-left: 50px;
}
#qoute i{
	font-size: 10pt;
}

/* Footer Links */

#footer{
	font-size: 8pt;
	background-color: #c0bbdb;
}
#footer a:link,a:active,a:visited{
	color: #413a7e;
}
#footer a:hover{
	color: #635f89;
}

mBtn, a.mBtn, a.mBtn:link, a.mBtn:active, a.mBtn:visited{
	display: block;
	width: 100%;
	background-color: #8781bd;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

a.mBtn:hover{
	background-color: #9891d4;
	font-weight: 700;
	color: #FFFFFF;
}