body { background-color:#E7E1EA;}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #642868;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom:15px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #642868;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px; 
	margin-bottom:10px;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px; 
	margin-bottom:10px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px; 
	margin-bottom:10px;
}


.contentbackground {background-image: url(images/content_r2_c2.jpg) }
.maintab {
	border-style:solid;
	border-width:1px;
	border-color:#660066; 
	position:relative;
	z-index:2;
}


A:link    { color: #642868; font-weight: bold; text-decoration: none; }    /* unvisited links */
A:visited { color: #642868; font-weight: bold; text-decoration: none;}   /* visited links */
A:hover   { color: #642868; font-weight: bold; text-decoration: underline;} /* user hovers     */
A:active  { color: #642868; font-weight: bold; text-decoration: none;}   /* active links    */

.designedby {position:relative;left:0px;bottom:0px;z-index:1;}
