.sh
{
	background-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
}
.p
{
	color: #FFA500;
	font-size: small;
}
.formItemControl
{
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.formItemTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: small;
}
.formItemGeneric
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.websiteTitle
{
	font-size: xx-large;
	font-family: Georgia;
	font-weight: bolder;
	color: #800000;
}
.tabBox
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-left-color: #990000;
	border-right-color: #990000;
}
.tabBoxBottom
{
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-left-color: #990000;
	border-right-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #990000;
}
.selectedTabBox
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-left-color: #990000;
	border-right-color: #990000;
	background-color: #FFD9C6;
}
.selectedTabBoxBottom
{
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-left-color: #990000;
	border-right-color: #990000;
	background-color: #FFD9C6;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #990000;
}
.bottomLine
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #990000;
}
a
{
	text-decoration: none;
	color: #3366CC;
}
a:hover
{
	text-decoration: underline;
}
body
{
	font-family: Georgia;
}
.postItemTitle
{
	font-size: large;
}
.linkButton
{
	font-size: large;
}
.smaller
{
	font-size: small;
	color: #999999;
}
.pageTitle
{
	font-size: xx-large;
}
.sectionTitle
{
	font-size: large;
	color: #800000;
}
.attributeName
{
	color: #666666;
}
.adSection
{
	background-color: #FFF2EC;
}
.imageBox
{
	border: 1px solid #666666;
}
.message
{
	font-size: large;
	font-style: italic;
	color: #993300;
}
.selectedLink
{
	font-weight: bold;
}
.borderBox
{
	border: thin solid #990000;
}
.required
{
	color: #FF0000;
}
