﻿body 
{
	font-size:100%;
}

.smarttags
{
	display:inline;
	font-size:80%;
	width:540px;
	vertical-align:top;
	margin-bottom:0px;
}

.smarttags a, .smarttags a:visited
{
	color:#1999a5;
}

.smarttags a:hover
{
	color:#999999;	
}

.smarttags .spacer
{
	float:left;
	width:530px;
	height:0px;	
	line-height:0px;
}

.smarttags p, .smarttags h3
{
	float:none;
	margin:0px 0px 10px 0px;
}

.smarttags ul
{
	float:none;
}

.smarttags .subheading, .smarttags p .subheading
{
	display:block;
	float:none;
	font-size:100%;
	font-weight:bold;
	color:#1999a6;
	margin:10px 0px 10px 0px;
	width:100%;
}

.smarttags .column100pc
{
	float:left;
	width:530px;
}

.smarttags .column100pc p
{
	float:none;
}

.smarttags .column50pc
{
	float:left;
	width:260px;	
}

.smarttags .column50pc p
{
	float:none;
}

.smarttags .column33pc
{
	float:left;
	width:170px;
}

.smarttags .column33pc p
{
	float:none;
}

.smarttags .column66pc
{
	float:left;
	width:350px;	
}

.smarttags .column66pc p
{
	float:none;
}

.smarttags .columncontrast100pc
{
	float:left;
	width:520px;
	background:#8bc6cc;
	padding:10px;
}

.smarttags .columncontrast100pc p
{
	float:none;
}

.smarttags .columncontrast50pc
{
	float:left;
	width:260px;	
	background:#8bc6cc;
	margin-bottom:10px;
	padding:10px;
}

.smarttags .columncontrast50pc p
{
	float:none;
}

.smarttags .columncontrast33pc
{
	float:left;
	width:170px;
	background:#8bc6cc;
	padding:10px;
}

.smarttags .columncontrast33pc p
{
	float:none;
}

.smarttags .columncontrast66pc
{
	float:left;
	width:350px;	
	background:#8bc6cc;
	padding:10px;
}

.smarttags .columncontrast66pc p
{
	float:none;
}

.smarttags .image
{
	float:left;	
}

.smarttags table
{
    width:100%;
    margin:0px;
    border-top:solid 1px #1999a6;
    border-right:solid 1px #1999a6;
}

.smarttags th
{
	vertical-align:top;
    border:solid 1px #1999a6;
    background:#1999a6;
    color:#ffffff;
}

.smarttags td
{
	vertical-align:top;
    border-left:solid 1px #1999a6;
    border-bottom:solid 1px #1999a6;
}

.smarttags .pullquote
{
	display:block;
	float:none;
	padding:10px 10px 10px 10px;
	background-color:#8bc6cc;
}

.smarttags .pullquote span.openquotes
{
	display:block;
	padding:0px 0px 0px 20px;
	background:#8bc6cc url("../Images/SmartTagsLeftPullQuote.gif") no-repeat;
}

.smarttags .pullquote span.closequotes
{
	display:block;
	padding:0px 20px 0px 0px;
	background:#8bc6cc url("../Images/SmartTagsRightPullQuote.gif") no-repeat 100% 100%;
}

.smarttags .pullquote p
{
	display:block;
	margin:0px;
	font-weight:bold;
	font-style:italic;
}

.smarttags .pullquote p span.quotationmark
{
	display:none;
}

.smarttags span.author
{
	display:block;
	float:none;
	padding:0px 10px 10px 10px;
	background-color:#8bc6cc;
	text-align:right;
	margin-bottom:10px;
}

.smarttags .marginright
{
	display:block;
	float:left;
	margin-right:10px;	
}

.smarttags .marginbottom
{
	display:block;
	float:left;
	margin-bottom:10px;	
}

