﻿body

{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
}

#FormViewText

{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
}

.MainTitle
{
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
	color: midnightblue;	
	
}

.SubTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #996633;
	border-bottom: darkgray 1px dotted;	
}

.FancyTitle
{
	font-size: 11px;
	letter-spacing: 8px;
	font-weight: bold;
	color: #996633;
	border-bottom: darkgray 1px dotted;
}

.FancyTitle2
{
	font-size: 11px;
	letter-spacing: 8px;
	font-weight: bold;
	color: #996633;
	 text-transform: uppercase;
}

.DropCapsLeft
{
	font: italic 18pt Arial bold;
	color: #d3d3d3;
	width: 100px;
	float: left;
}

.DropCapsRight
{
	font: italic 18pt Arial bold;
	color: #d3d3d3;
	width: 200px;	
	float: right;	
}

.CornerTitleLeft
{
	float: left;
	width: 10em;
	color: #000000;
	margin: 0px 5px 0px 0px;
	background: #eee8aa;
	border-right: #cd853f 2px dotted;
	border-bottom: #cd853f 2px dotted;
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
	background-image: url(Images/listing-bg.png);
	
}

.CornerTitleRight

 {
  float: right;
  width: 10em;/* em width variance by element*/
  margin: 0 0 0 0.2em;
  color: #000000;
  background: #eee8aa;
  padding-right: 3px;
  padding-left: 5px;
  padding-bottom : 5px;
  padding-top : 3px;
  border-left: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;
  text-align: left;
  font-weight: bold;
  background-image: url(Images/listing-bg.png);
  }
 
