body{
background-color:#FFFFFF;

}

 /* text */
p, .mey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #793661;
}

h1{
	font-family: "Century Gothic", "AvantGarde Bk BT", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #793661;
	font-weight: normal;
}
h2 {
font-family: "Century Gothic", "AvantGarde Bk BT", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#CD78C7;
	font-weight: normal;
	border-bottom:1px #CD78C7 dotted;
	margin-top:-5px;
	
}

h3 {
font-family: "Century Gothic", "AvantGarde Bk BT", Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#fff;
	font-weight: normal;
	border-bottom:1px #fff dotted;
	margin-top:-5px;	
}

a.linky:link, a.linky:visited {
	color:#CC16C0;
	font-weight: normal;
	text-decoration:underline;	
	padding: 2px;
}

a.linky:hover {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
	margin:1px;
	background:	#CC16C0;
	padding: 2px;
}

.clearImg {
	margin:0px;
	padding:0px;
}


 /* elements */
.tableInfo{
	border-right:1px #CD78C7 dotted; 
}
.middleInfo{
	border-left:1px #CD78C7 dotted; 
	border-right:1px #CD78C7 dotted; 
	
}

.lightpink, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B748C4;
	list-style:disc;
}
.letters{
float:left;
padding-right:2px;

}
.pletters{
margin-top:18px;

}
  /* elements */

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CD78C7;
	border-right-color: #CD78C7;
	border-bottom-color: #CD78C7;
	border-left-color: #CD78C7;
	background:#FFFFFF;
	height:1px;
	color:#FFFFFF;	
}
 /* Divs */
#content{

position:relative;	
	top: 0px;
	padding: 0px;
	z-index: 2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */

	text-align:left; /* part 2 of 2 centering hack */
	width: 750px; /* ie5win fudge begins */

	}
	html>body #content {
	width: 750px;
 /* ie5win fudge ends */
	}

#header {
width:720px;

}

#bodi{
	width:700px;
	min-height:300px;
	height:300px;
}

#footer {
width:720px;


}
.whiteMenu {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
