/* GENERAL STYLES *************************************************************/
.ContentDefaultStyling
{
    font-family:tahoma;
    font-size:13px;
    color:white;
    
}

/*Bullets*/
.ContentDefaultStyling ul
{
    padding-left:20px;
    margin-left:0;
}
.ContentDefaultStyling ul li
{
    list-style-image:url(Images/list_arrow.gif);
    text-align:left;
}
 .ContentDefaultStyling ol li
{
    padding:2px 0 2px 0;
}

/*Links*/
.ContentDefaultStyling a
{
    font-family:tahoma;
    font-size:13px;
    color:#98ea0a; 
    font-weight:bold;
    text-decoration:none;
}

/*Quote~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.quote {
	line-height: 160%;
	font-size: 12px;
	font-style: italic;
	float: left;
	width: 143px;
	text-align:left;
}
div.quote div.quote_text
{
    padding-left:35px;
    padding-right:25px;
}
div.quote img.start
{
    float:left;
}
div.quote img.close
{
    float:right;
    margin-top:-20px;
}
div.quote_by 
{
	padding-left:35px;
	color: #939393;
	font-style: normal;
	float:left;
	padding-top: 22px;
	width:100%;
}
div.quote_by:first-line {
	font-weight: bold;
	color: #fff;
}

div.quote a
{
    font-style:normal;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*****************************************************************************/



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1, .h1 {
font-family: "Felbridge Std", Arial, sans-serif;
margin: 0;
line-height: 35px;
font-size: 35px;
}

h2, .h2 {
font-weight: 100;
font-size: 21px;
line-height: 30px;
margin: 0;
font-family: "Felbridge Std", Arial, sans-serif;
}

h3, .h3 {
font-family: "Felbridge Std", Arial, sans-serif;
font-weight: bold;
font-size: 24px;
color: #eeeeee;
margin: 0;
}

h4, .h4 {
color: #93e700;
font-size: 17px;
text-indent: 10px;
border-bottom: 3px double #2d2d2d;
margin: 0;
font-family: "Felbridge Std", Arial, sans-serif;
}

.Paragraph1 {
font-family:tahoma;
    font-size:13px;
    color:white;
}

.Paragraph2 {
font-family:tahoma;
    font-size:13px;
    color:black;
}

