h1 {
	font-size: 24px;
	color: #FFFF99;
	text-align: left;


}
h2 {
	font-size: 21px;
	color: #FFFF99;
	background-image: url(pics/redgrad.jpg);
	background-repeat: repeat-x;
	padding: 0px 5px 5px;



}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #990000;
	margin: 20px;


}
h3 {
	font-size: 16px;
	color: #FFFF99;

}
h4 {
	font-size: 14px;
	color: #FFFF99;

}
li {
	padding-bottom: 10px;
}
a:link {
	color: #00CCFF;
	font-weight: bold;


}
a:hover {
	color: #FFFF66;
	font-weight: bold;
	text-decoration: underline;

}
a:active {
	font-weight: bold;
}
a:visited {
	color: #FFFF66;
	font-weight: bold;

}
.caption {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #99CCCC;
	text-align: right;
	background-color: #990000;
	padding-top: 2px;






}
p {
	font-size: 13px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
