﻿@import url(Color.css);
@import url(Position.css);
@import url(Font.css);
@import url(Control.css);

a, a:visit, a:link, a:active
{
	color:#ac5a45 !important;	
	font-family: Microsoft Sans Serif;
	text-decoration:none;
}

a:hover
{
	color:#5c7e98  !important;
	font-family:Microsoft Sans Serif  !important;
	text-decoration:none !important;	
}

a:linked
{
	
}
.BgLight
{
	 background-color:#f9f9f9;
}


.BgLight2
{
	 background-color:#efefef;
}

.BlogDisplay
{
	padding:10px;
	width:440px;
	height:38px;
}


body
{
    color:#5c7e98;
    background:#FFFFFF;
    font-family: Microsoft Sans Serif;
    font-size:10pt;    
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;    
	padding:0px;
}


.Clear
{
	clear:both;
}

.Padd6
{
	padding-left:6px;
	float:left;
}


.LineUnder
{
	border-bottom: solid 1px #e5e5e5;
}

.ModalBackground 
{
	background-color:#CCCCCC;
	filter:alpha(opacity=50);
	opacity:0.7;
}

#Main
{
	width:998px;
}


