body
{

	margin: 0;
	padding: 0;
}


/*----------- L I N K S ------------*/


a 
{

	color : #000000; 
	font-size: xx-small;
	font-family: Verdana, helvetica, arial, sans serif;
	font-weight: bold;
	Text-Decoration : none; 
}

a:hover
{

	color : #000000; 
	font-size: xx-small 
	font-family: Verdana, helvetica, arial, sans serif;
	font-weight: bold; 
	Text-Decoration : underline; 
}

a.smallLink 
{

	color : #000000; 
	font-size: xx-small;
	font-family: Verdana, helvetica, arial, sans serif;
	font-weight: bold;
	Text-Decoration : none; 
}

a.smallLink:hover
{

	color : #000000; 
	font-size: xx-small 
	font-family: Verdana, helvetica, arial, sans serif;
	font-weight: bold; 
	Text-Decoration : underline; 
}


a.menuLink
{

	color : #5B5B5B; 
	font-size: xx-small;
	font-family: Verdana, helvetica, arial, sans serif;
	Text-Decoration : none; 
}

a.menuLink:hover
{

	color : #000000; 
	font-size: xx-small
	font-family: Verdana, helvetica, arial, sans serif; 
	Text-Decoration : none; 
}


     a.hopeandsocialLink
          { 
	   font-size : 20px;
           color : #008fbc; 
           font: bold;
           Text-Decoration : None; 
          } 


           
     a.hopeandsocialLink:hover 
          { 
           color : #000000;            
           Text-Decoration : underline;
          }




/*----------- F O N T S  ------------*/



.Text
{

	font-family: Verdana, helvetica, arial, sans serif;
        color: #454545;
	font-size: x-small;
}

.noFlashText
{

	font-family: Verdana, helvetica, arial, sans serif;
        color: #454545;
	font-size: 15px;
}


.titleText
{

	font-family: Verdana, helvetica, arial, sans serif;
        color: #E01616;
	font-size: x-small;
        font-weight: bold;
}

.messageText
{

	font-family: Verdana, helvetica, arial, sans serif;
        color: #E01616;
	font-size: xx-small;
        font-weight: bold;
}

.titleIcon
{

	font-family: Verdana, helvetica, arial, sans serif;
        color: #E01616;
	font-size: xx-small;
        font-weight: bold;
}

.smallText
{

	font-family: Verdana, helvetica, arial, sans serif;
        color: #454545;
	font-size: xx-small;
}



/*----------- T A B L E S  ------------*/


.underline
{
	background-color:#BFBFBF;
}

.headerUnderline
{
	background-color:#999999;
}

.header
{
        background-color: #FEF9F5;
	font-family: Verdana, helvetica, arial, sans serif;
        color:#E01616;
	font-size: small;
        font-weight: bold;
}


.homeMenu
{
        background-color: #FFFFFF;
	vertical-align:top;
	font-family: Verdana, helvetica, arial, sans serif;
        color:#000000;
        line-height: 16pt;
	font-size: xx-small;
}


.menuarea
{
	vertical-align:top;
	font-family: Verdana, helvetica, arial, sans serif;
        color:#3B3B3B;
        line-height: 16pt;
	font-size: xx-small;
	font-weight: bold;
}


.menuareaBorder
{
	vertical-align:top;
        background-color: #B2B4B9;
}


.localmenuarea
{
	vertical-align: top;
	font-family: Verdana, helvetica, arial, sans serif;
        color:#454545;
        line-height: 16pt;
	font-size: xx-small;
	font-weight: bold;
}


.textarea
{
	vertical-align:top;
	font-family: Verdana, helvetica, arial, sans serif;
        line-height: 12pt;
        color:#3B3B3B;
	font-size: xx-small;
}


.photoarea
{
	vertical-align:top;
	font-family: Verdana, helvetica, arial, sans serif;
        color:#3B3B3B;
        background-color :#ffffff;
	font-size: xx-small;
}



.footer
{
	vertical-align:top;
	font-family: Verdana, helvetica, arial, sans serif;
        color:#3B3B3B;
	font-size: xx-small;
	width: 100%;
}




/*----------- FORMS  ------------*/


input
{
	width:200px;
	height:22px;
	border-style:solid; 
        border-width: 1px;	
	background-color :#ACD0F4; 
	border-color : #000000; 
	font-family : Verdana, helvetica, arial, sans serif; 
	font-size : x-small; 
	color : #181A2D;	
}

input.formItemSmall
{
	width:150px;
	height:18px;
	border-style:solid; 
        border-width: 1px;	
	background-color :#ACD0F4; 
	border-color : #000000; 
	font-family : Verdana, helvetica, arial, sans serif; 
	font-size : xx-small; 
	color : #181A2D;	
}

.picklist
{

	width:200px;
	height:18px;
	border-style:solid; 
        border-width: 1px;	
	background-color :#ACD0F4; 
	border-color : #000000; 
	font-family : Verdana, helvetica, arial, sans serif; 
	font-size : x-small; 
	color : #181A2D;
}

.picklistSmall
{

	width:150px;
	height:18px;
	border-style:solid; 
        border-width: 1px;	
	background-color :#ACD0F4; 
	border-color : #000000; 
	font-family : Verdana, helvetica, arial, sans serif; 
	font-size : xx-small; 
	color : #181A2D;
}

input.submitSmall
{
	width:80px;
	height:18px;
	border-style:solid; 
        border-width: 1px;	
	background-color :#ACD0F4; 
	border-color : #000000; 
	font-family : Verdana, helvetica, arial, sans serif; 
	font-size : xx-small; 
	color : #181A2D;	
}

.textareaSmall
{

	width:150px;
	height:100px;
	border-style:solid; 
        border-width: 1px;	
	background-color :#ACD0F4; 
	border-color : #000000; 
	font-family : helvetica, Verdana, Arial, sans-serif; 
	font-size : xx-small; 
	color : #181A2D;
}


