
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {

	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1.05;	
	font-family: Verdana, Arial,  Helvetica, sans-serif; font-size: 12px;
	color: #333333;
}

a:link {
	color: #336699;
	text-decoration: none;
	font-size: 11px; font-weight: bold;
	
}
a:visited {
	text-decoration: none;
	color: #669999;
		font-size: 11px; font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #cc9900;
		font-size: 11px; font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ff9933;
		font-size: 11px; font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */



/* homepage left column text */
/* company name */
.style1 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	
}

/* company address phone */
.style2 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: none;
	
}

/* google septa */
.style3 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	font-style: none;
	
}

/* directions */
.style4 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	font-style: none;
}
	
/* google septa */
.style5 {
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: none;
	font-style: none;
}

/*tiny copyright CSS web credit  */
.style6 {	color: #000000; font-size: 10px; font-weight: bold;
}


 /* homepage center column text */
/* page titles - section headers */
.style8 {font-family: Georgia, Times, Times New Roman, serif; color: #336666; font-size: 20px; font-weight: bold; font-style: italic;
}

/*.style9 {font-family: Georgia, Times, Times New Roman, serif; color: #336666; font-size: 20px; font-weight: bold; font-style: italic;
} */

 
/* size changes  */

.style9 {font-size: 9px;
}

.style10 {font-size: 10px;
}

.style11 {font-size: 11px;
}


.style12 {font-size: 12px;
}


/*  italic emphasis */

.style13 {font-style: italic;
}


/*  bold emphasis */
.style14  {font-weight: bold;
}

/*  italic nnd bold emphasis */

.style15 {font-style: italic; font-weight: bold;
}


/* end of RHD styes */
/* maroon homepage header1
.style4 {color: #663300; font-size: 14px; font-weight: bold; font-style: italic;
}

/* maroon homepage text 
.style5 {color: #663300; font-size: 11px;
}

/* green homepage text 
.style6 {color: #009900;; font-size: 11px; font-weight: bold;
}


/* maroon MAINLINE text
.style7 {font-family:  Georgia, Times, Times New Roman, serif;
	color: #663300;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

/* green GREEN HOMRE text 
.style8 {font-family:  Georgia, Times, Times New Roman, serif;
	color: #009900;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}


/*green phone numbers 
.style9 {color: #009900; font-size: 14px; font-weight: bold; 
}
 */





/* bold labels and phrases */



/*below styles not used 


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 
}

h2{
	font-size: 120%;
	color: #000000;
	font-style: italic;
	
}

h3{
 font-size: 100%;
 color: #333333;

}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
  margin: 0;
padding: 0;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
 */
