﻿a:link, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #94092A;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #413BBD;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
b
{
	font-family: Arial, Helvetica, sans-serif;
	color: #94092A;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
BODY
{
	background-color: #A6532F;
	font-weight: normal;
}
TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #245E36;
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}

.pic
{
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.pic_s
{
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #245E36;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.AlbumLink
{
	vertical-align: middle;
}
input, text, textarea
{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #245E36;
	padding: 3px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #ccc;
}
