* 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}

body
{
	padding: 0; margin: 0;
}

table 
{
	border-collapse:collapse;
}

td 
{
	vertical-align:top;
	padding: 0px;
}

#MainContent 
{
	margin-top: 35px;
}

#MainContent .Left 
{
	width:200px;
	padding-left: 12px;
}

#MainContent .Right 
{
	padding-left: 25px;
	width: 508px;
}

a:hover 
{
	text-decoration: underline;
}


/* Table Forms */
.TableForms td
{
	padding-right: 5px;
	vertical-align: middle;
}

.errorMessage 
{
	color:Red;
}


/************* Main ***************/
.MainTitle 
{
	font-weight: bold;
	border-bottom: 1px solid #8BA7C4;
	color: #333333;
}

.Paragraph 
{
	margin-bottom: 10px;
	color: #333333;
}

.ParagraphHeading 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;	
	margin-bottom:3px;
}

.Paragraph p 
{
	margin-top: 0px;
	color: #333333;
	line-height: 18px;
}


/************* Standard Content tables ************/
.ContentTable 
{
	width: 100%;
}

.ContentTable .headerrow td
{
	font-weight: bold;
	border-bottom: 1px solid #8BA7C4;
	color: #333333;
	line-height:15px;
	padding: 0;
}

.ContentTable td 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
	padding: 10px 0 0 0;
}


.ContentTable td .paragraph 
{
	margin-right:3px;
}

.ContentTable td .paragraph img
{
	margin-right:2px;
}

.ContentTable td .paragraph a {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

.ContentTable td .paragraph a:hover {
	text-decoration: underline;
	color: #274C94;
}
