.withborder {
	border: 1px solid;
}
.withshadow {
	background-image:  url("images/shadow_right.jpg");
	background-repeat: repeat-y;
}
.withshadowleft {
	background-image:  url("images/shadow_left.jpg");
	background-repeat: repeat-y;
}
.toprightshadow {
	background-image:  url("images/shadow_top_right.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomrightshadow {
	background-image:  url("images/shadow_bottom_right.jpg");
	background-repeat: no-repeat;
}
.bottomleftshadow {
	background-image:  url("images/shadow_bottom_left.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomshadow {
	background-image:  url("images/shadow_bottom.jpg");
	background-repeat: repeat-x;
}
.menu {
	background-color: #FAEFCE;
	border: 1px solid #000000;
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.menu2 {
	background-color: #FAF1DE;
	border: 1px solid #000000;
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.main_table {
	border:#000000;
}

h1,h2,h3,h4,h5,h6 {
	color:#660000;
;}

.copyright {font-size:10px;}

.padded_par{padding-left:5px;}

li.brushlist {list-style-image: url("images/brush_left.gif");}
li.nobrush {padding-bottom:10px; list-style:disc;}

a:link {text-decoration:none;
		color:#660000;}
				
a:visited {text-decoration:none;
			color:#660000;
			border:0px;}
		
a:hover {text-decoration:underline;
			color:#660000;}
		
body {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:14px;}
