﻿/********************************************************************************
Hopewell_AddlStyle.css  12/6/2009
/**********************************************

/**********************************************
New Styles
***********************************************/

/**********************************************
 added customHVMainContent...1/6/10...J. Bacso
 This will force all content on page to have
 standard font, line spacing, etc.
 User can still override styles in web part
***********************************************/

#customHVMainContent
{
 font-weight: normal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt; 
 color: #000000;
 line-height: 12pt;
}

.HVPageContentArea
{
 font-weight: normal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt; 
 color: #000000;
 line-height: 12pt;
}

.HVPageTitleArea
{
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt; 
 color: #000000;
 line-height: 12pt;
}

.HVMission
{
    clear:both;
    font-size:8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 12pt;

    padding-left:25px;
    padding-right:25px;
    padding-top:4px;
    border-bottom:2px #CCCCCC solid;
    margin-bottom:4px;
    
    background-color: #D4D4D4;
}
