body {
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana, Arial;
	background-color: #FFFF99;
	background-image: url('/images/bg_pixel.gif');
}
td {
	border: 0px solid red;
}
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #cc9900;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #0000CC;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #808080;
}
a:focus {
	text-decoration: underline;
	font-weight: normal;
	color: #0000CC;
}
.content {
	margin: 0px 15px;
	padding: 15px 25px;
	text-align: justify;
	width: 580px;
	border: 3px solid #666633;
	background-color: white;
}
.title {
	color: dimgray;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	padding: 0 7px 7px 10px;
	margin: 5px;
	margin-top: 0px;
}
.title span {
	color: #FF3300;
	font-size: 19px;
}
.subtitle {
	color: #000099;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0 10px 5px 0;
}
.content ul {
	margin-top: 0px;
}
.content ul li {
	padding: 4px;
}
.content .imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.content .imgright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.content .imgright img, .content .imgleft img {
	border: 1px solid silver;
}
.imgdesc {
	background-color: lightgrey;
	margin: 0px;
	padding: 3px;
	font-size: 11px;
	text-align: left;
}
.box {
	background-color: lightgrey;
	border: 1px solid silver;
	padding: 5px;
}
.footer {
	padding: 5px;
	font-size: 11px;
	color: gray;
	text-align: center;
}
.footer a:link, .footer a:visited {
	color: gray;
	text-decoration: underline;
}
.sister {
	margin: 0px 75px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
}
.sister a:link, .sister a:visited {
	text-decoration: none;
	color: #666633;
}
.sister a:hover {
	text-decoration: none;
	color: #003399;
}

