/* CSS Document */

body {
	background-color: #553F55;
	color: #FFBFAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
table {
	background-color: #FFBFAA;
	color: #553F55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tdside1 {
	background-image: url(graphics/side1.jpg);
	background-repeat: repeat;
}

.tdside2 {
	background-image: url(graphics/side2.jpg);
	background-repeat: repeat;
}

a {
	text-decoration: none;
}
a:link {
	color: #990099;
}

a:visited {
	color: #AA5FAA;
}
a:hover{
	color: #2A0055;
	text-decoration: overline;
}
a:active {
	color: #550055; 
	text-decoration: line-through; 
}

a.index:link {
	color: #FFCCFF;
}

a.index:visited {
	color: #FFCCFF;
}
a.index:hover{
	color: #FFBFAA;
	text-decoration: overline;
}
a.index:active {
	color: #2A1F55; 
	text-decoration: line-through; 
}

.letter {
	color: #FFE2D9;
	font-size: 20px;
	font-weight: bold;
}

.heading {
	color: #AA5F55;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.heading2 {
	color: #AA5F55;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.adult {
	color: #550000;
	font-weight: bold;
	font-size: 10px;
}

.award {
	color: #7F5F00;
	font-weight: bold;
	font-size: 10px;
}

.tissue {
	color: #2A3F00;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
}

.small {
	font-size: 10px;
	font-style: italic;
}

ul {
	list-style-image: url(graphics/bullet1.jpg);
}

.new {
	color: #D40055;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}

.subbutton {
	background-color: #FFE7DF;
	color: #330033;
	border-color: #330033;
	border-style: dashed;
	border-width: 1px;
}

.sendreset {
	background-color: #553F55;
	color: #FFBFAA;
	border-color: #FFBFAA;
	border-style: dashed;
	border-width: 1px;
	font-size: 10px;
	font-weight: bold;
}

.underitalic {
	font-style: italic;
	text-decoration: underline;
}

.emphasis {
	color: #CF785A;
	font-weight: bold;
}

.emphasisbig {
	color: #2F262F;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emphasissmall {
	color: #663333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

a.towerlink:link {
	color: #2F262F;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: crosshair;
}

a.towerlink:visited {
	color: #2F262F;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: crosshair;
}

a.towerlink:hover {
	color: #2F262F;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: crosshair;
}

a.towerlink:active {
	color: #2F262F;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: crosshair;
}