/* Page Text */

body {
	font-family:verdana;
	font-size:8pt;
	color: #5C246E;   }


/* Box Background and Border */

#pagewrapper {
	width: 815;

	background: #CDB5CD;
	background-image: url(none);
	background-position:  bottom right;
 	background-repeat: no-repeat;
	margin: 10px;
	padding: 5px;
	border: 2px solid #5C246E;}


/* Link Colors, and Link Hover Colors */

a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: none; 
	color: #802A2A;   }
a:hover {
	font-weight: none; 
	color: #5C246E;   }


/* Tables */

table {
	font-size:8pt;
	color: #5C246E;
	border-style: solid;
	border-color: #660000;
	border-width: 0px;
	padding: 5px;   }
td {
	padding: 5px;   }
.content {
	width: 600;
	height: 400;   }
.menu {
	width: 200;
	height: 400;   }


/* Page Titles */

b.title {
	font-weight: bold;
	font-size:12pt;
	color: #802A2A;
	align:center;   }

