body, table, input, select, textarea
{
	font: 11px tahoma;
	line-height: 17px;
	color: #505050;
}
input, select, textarea
{
	width: 300px;
	padding: 4px;
}

.btn
{
	width: 80px;
	font-weight: bold;
	color: #fff;
	background-color: #0e6193;
	border:1px solid #000;
}

ul,ol
{	
	margin-top:0px;
}


.leftcontent {
	color: #505050;
}

.readmore {
	color: 579ECB;
	letter-spacing: 0.05em;
}

.readmore:hover {
	color: 579ECB;
	letter-spacing: 0.05em;
}

.bluebold {
	font-weight: bold;
	color: 1E71B4;
	letter-spacing: 0.05em;
}

.bluebold:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	letter-spacing: 0.05em;
}
.content {
	line-height: 17px;
	color: #505050;
}

.bottomlink {
	color: #0473B2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0473B2;
	letter-spacing: normal;
}

.bottomlink:hover {
	color: #505050;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #0473B2;
}

.bottomline {
	color: #505050;
}

.bottom {
	color: #000000;
}

.hiddentext {
	color: #579ECB;
}

.ewTableHeader
{
	background-color: #B3CCDE; /* header color */
	color: #FFFFFF; /* header font color */
	font-weight: bold;
}

.ewTableAltRow 
{
	background-color: #F5F5F5; /* alt row color 2 */
}

.pgtitle {
	font-size: 15px;
	font-weight: bold;
	color: #383838;
}

.preview-area {
	position:fixed;
	top: 210px;
	position: expression("absolute");
    top: expression(document.body.scrollTop + 210);
	visibility:hidden; 
	left: 470px;  
	background-color:white; 
	width: 300px; 
	height: 200px;
}

a
{
	color: 1E71B4;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

h2
{
	color: #279fe2;
	font: 9pt tahoma;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	
}

h3
{
	font: 8pt tahoma;
	font-weight :bold;
	color: #31414f;
	margin: 0px;
}

.tbltit
{
	background: #eee;
	color: #000;
	font: 8pt tahoma;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid #333;
	line-height: 18px;
}

.lnk
{
	text-align: right;
	font: 8pt tahoma;
	padding-right: 20px;
	height: 30px;
}

.prd
{
	height: 35px;
	padding: 5px;
	border-bottom:1px groove #d7d7d8;
}

.prd td
{
	text-align: center;
}

