/* CSS Document */
body {
background-color:#FFFFFF;
}
.wrapper{
width:800px;
}
.style1 {font-size: 18px}
a.white {
	color: #ffffff;
}
.corsiva {
	font-family: "Monotype Corsiva", perpetua, times;
	font-size:16px;
	font-weight:bold;
}

a.menuplain {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
a:link {
color: #950029;
text-decoration:none;}

a:hover {
color:#CC0000;
text-decoration:none;}

a:visited {
color:#950029;
text-decoration:none;}

.darkred {
	color: #950029;
}

.white {
	color: #FFFFFF;
}
.small {
	font-size: 16px;
}
.xsmall {
	font-size: x-small;
}
.bold {
	font-weight: bold;
}
.xxsmall {
	font-size: xx-small;
}
.medium {
	font-size: medium;
}
a.plain {
	text-decoration: none;
}
.large {
	font-size: 24px;
}
.title {
	font-family: perpetua, Times New Roman;
	color: #000000;
}
.black {
	color: #000000;
}
.creambkg {
	background-color: #FCFAE4;
}
.whitebkg {
	background-color: #FFFFFF;
}
.beigebkg {
	background-color: #DAC796;
}
.menubkg {
	background-image:  url(images/menubkg.gif);
	background-position: left top;
	background-repeat: no-repeat;

}

.menu2 {
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size:x-small;
	color:#000000;
}
.topmenu {
font-family:Perpetua, "Times New Roman", Times, serif;
font-size:large;
}
.drkredbrdr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #950029;
	border-right-color: #950029;
	border-bottom-color: #950029;
	border-left-color: #950029;
}

.menu {
	font-family: verdana;
	font-size: x-small;
}

a.menuplain {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
.perpetua {
font-family: Perpetua, times;
}

.redbdr {
	border: thick inset #950029;
}
.tanbrdr {
	border: thick ridge #DAC796;
}

a.black {
	color: #000000;
}

a.plain {
text-decoration: none;
}
.nobullets {
	list-style-type: none;
}
.inset {
	list-style-position: inside;
}

.marquee {
	background-image: url(images/marquee.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
