@charset "utf-8";
h1 {	color: #EEEEEE;	}
a:link {	color:#999999	}
a:visited {	color:#999999;	}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#buttonpanel {
	float: right;
	width: 180px;
	padding: 10px;
}
#buttonpanel p {
	color: #FF66FF;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
}
#contentpanel {
	padding: 10px;
	float: left;
	width: 540px;
}
#warning {
	text-align: center;
	color: #FFCCFF;
}
#warning h1 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
#items {
	font-size: 14px;
}
#items h1 {
	font-size: 24px;
	color: #FFCCFF;
}
#items ul {
	padding: 20px;
	width: 480px;
	border: medium solid #FFFFFF;
	background-color: #FFCCFF;
	color: #CC0099;
	list-style-type: none;
}
#items a:link {
	color:#FF00FF;
	text-decoration:none;
}
#items a:visited {
	color:#FF00FF;
	text-decoration:none;
}
#items a:hover {
	color:#FF00CC;
	font-weight:bold;
	text-decoration:none;
}
#warning p {
	margin: 0px;
	padding: 0px;
}

#intro {
	color: #FF66FF;
	/*font-size: 0.8em;*/
}
.letterset {
	color: #6633FF;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
}
.letter {
	background-image: url(background_01x250_Wh-Bl.png);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	padding: 15px;
}
.reply {
	color: #6633FF;
	background-image: url(background_01x250_Wh-Pi.png);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	padding: 15px;
}
.reply img {
	float: right;
	padding-left: 15px;
}
#intro a {
	font-style: normal;
}
#intro a:link {
	color: #FF88FF;
	text-decoration: none;
}
#intro a:visited {
	font-style: normal;
	text-decoration: none;
}
#intro a:hover {
	color:#FFDDFF;
	text-decoration: none;
}
#disclaimer {
	color: #990099;
	font-size: 0.8em;
}
#letterNav {
	position: relative;
	top: 150px;
}

