body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FEFBCE;
}
body {
	background-color: #FEFBCE;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
    font-size: 12px;
	color: #333333;
}
a {
	font-size: 11px;
	color: #FE5550;
}
a:visited {
	color: #FF7700;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF7700;
}
a:active {
	text-decoration: underline;
}
.right {
	background-color: #FCF281;
	border: thin none #FE5550;
}
.center {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC23FF;
	border-right-color: #CC23FF;
	border-bottom-color: #CC23FF;
	border-left-color: #CC23FF;
}
.left {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC23FF;
	border-right-color: #CC23FF;
	border-bottom-color: #CC23FF;
	border-left-color: #CC23FF;
}
.lowcenter {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC23FF;
	border-right-color: #CC23FF;
	border-bottom-color: #CC23FF;
	border-left-color: #CC23FF;
}
.footer {
	background-color: #FEA8A7;
}

