body {
	color: #FFCCFF;
	background: #973693;
	
}

td.main {
	
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 40px;
	vertical-align:text-top;
	
}


p {
	font-family: tahoma;
	font-size: 14px;
	line-height: 150%;
}

li {
	font-family: tahoma;
	font-size: 14px;
}

table.gallery {
	width: 80%;
	
	
}
tr.gallery {
	font-family: tahoma;
	font-size: 14px;
	line-height: 150%;
	
	
	
}
td.gall-left{
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	
	border-collapse: collapse;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #FFCCFF;
	border-bottom-width: thin;
}
td.gall-right{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	
	border-collapse: collapse;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #FFCCFF; 
	border-bottom-width: thin;
	
}
td.plan{
	border: thin solid #FFCCFF;
	text-align: center;
	font-family: tahoma;
	font-size: 14px;
}

a:link {color: #FFCCFF}     /* unvisited link */
a:visited {color: #FFCCFF}  /* visited link */
a:hover {color: #FF9900}   /* mouse over link */


p.bigletter:first-letter {font-size:x-large}