/* style.css */

/* USE px FOR FONT SIZES */

 /* Content Header Styles */
 
  .tagline  {
 font-size : 17px; 
 font-family : arial,helvetica,geneva; 
 font-weight : bold; 
 color : #30498A;
 }
 li  {
	list-style-image : url(images/li.gif);
 }
 .H1  {
 font-size : 13px; 
 font-family : verdana,helvetica,geneva; 
 font-weight : bold; 
 color : #BB1031;
 }
 .H2  {
 font-size : 13px; 
 font-family : verdana,arial,helvetica,geneva; 
 font-weight : bold;
 color : #30498A;
 }
 .H2red {
 font-size : 13px; 
 font-family : verdana,arial,helvetica,geneva; 
 font-weight : bold;
 color : #9C0439;
 text-decoration: none;
 }
 .H3  {
 font-size : 11px; 
 font-family : verdana,arial,helvetica,geneva; 
 font-weight : bold;
 color : #30498A;
 }
 .H4  {
 font-size : 9px; 
 font-family : verdana,arial,helvetica,geneva; 
 font-weight : bold;
 color : #30498A;
 }
 /* Footer Styles */
 .footer {
 font-size : 10px; 
 font-family : arial,helvetica,geneva; 
 color : #FFFFFF; 
 vertical-align : middle;
 text-decoration : none;
 }
 /* Text Content Styles */
 .textbig {
 font-size : 13px; 
 font-family : arial,helvetica,geneva;
 color : #000000;
  }
 .textbig2 {
 font-size : 16px; 
 font-family : arial,helvetica,geneva;
 color : #000000;
 }
 .textbigbold {
 font-size : 18px; 
 font-family : arial,helvetica,geneva;
 font-weight : bold;
 color : #000000;
 }
 }
 .textbigblue {
 font-size : 12px; 
 font-family : arial,helvetica,geneva;
 color : #293E6B;
 }
 .text {
 font-size : 11px; 
 font-family : arial,helvetica,geneva;
 color : #000000;
 }
 .textbold {
 font-size : 11px; 
 font-family : arial,helvetica,geneva; 
 font-weight : bold;
 color : #000000;
 }
 .textboldgray {
 font-size : 13px; 
 font-family : arial,helvetica,geneva; 
 font-weight : bold;
 padding-left : 4px;
 color : #666666;
 }
 .textsmall {
 font-size : 10px; 
 font-family : arial,helvetica,geneva; 
 color : #000000;
 }
 .textsmallbold {
 font-size : 10px; 
 font-family : arial,helvetica,geneva;
 font-weight : bold;
 color : #000000;
 }
 .textsmallred {
 font-size : 10px; 
 font-family : arial,helvetica,geneva;
 font-weight : bold;
 color : #9C0439;
 }
 INPUT, TEXTAREA {
 font-family: monospace;
 }
 INPUT.button {
 font-family: Arial,helvetica,geneva;
 }

 .boxheader {
 	
 	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	padding-left : 4px;
	 font-family: Arial,helvetica,geneva;
	 font-size: 11px;
	 font-weight : bold;
	 color:000000;
 }
  .box {
 	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
 }
