
/* Main stylesheet for AttorneyJohnson.com web site */

body {
   background-color: #FFFFFF;
   font-family: Verdana, sans-serif;
   color: #004040;
   font-size: 14px;
   font-weight: 500;
   line-height: 18px;   
}

.heading1_green {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #004040;
   font-size: 36px;
   font-weight: 700;
   line-height: 32px;
}

.heading2_red {
   /* background-color: transparent; */
   font-family: Times New Roman, serif;
   color: #800000;
   font-size: 28px;
   font-weight: 700;
   line-height: 32px;
}

.heading3_red {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #800000;
   font-size: 16px;
   font-weight: 700;
   line-height: 20px;
}

.text_green {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #004040;
   font-size: 18px;
   font-weight: 500;
}

.list_green {
   /* background-color: transparent; */
   /* font-family: Arial, Helvetica, sans-serif; */
   font-family: Verdana, sans-serif;
   color: #004040;
   font-size: 14px;
   font-weight: 500;
   line-height: 18px;   
}

.form_green {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #004040;
   font-size: 16px;
   font-weight: 700;
   line-height: 20px;   
}

A {
   /* background-color: transparent; */
   color: #004040;
   text-decoration: none;
}

A:hover {
   /* background-color: transparent; */
   color: #800000;   
   text-decoration: underline;
}

A:active {
   /* background-color: transparent; */
   color: #800000;
   text-decoration: underline;
}

.legal_cap {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #666666;
   font-size: 12px;
   font-weight: 600;	
}

A.navlabels {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #004040;
   font-size: 12px;
   font-weight: 600;	
   text-decoration: none;   
}

A.navlabels:hover {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #800000;
   font-size: 12px;
   font-weight: 600;	
   text-decoration: underline;   
}

A.navlabels:active {
   /* background-color: transparent; */
   font-family: Arial, Helvetica, sans-serif;
   color: #800000;
   font-size: 12px;
   font-weight: 600;	
   text-decoration: underline;   
}

.button {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   color: #F4F4E9;
   background-color: #004040;
   border-width: 1px;
   border-color: #F4F4E9;
}