/* LAR LAR HOPEFULLY WORKS

*/

.fixpng, img { 
behavior: url(iepngfix.htc);
}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
margin : 0px;
background-color: #336699;
background-image: url(zonabg.png);
background-repeat: no-repeat;
}
input {
 border-bottom: solid 2px;
 border-left: solid 1px;
 border-right: solid 1px;
 border-top: solid 1px;
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 11px;
 border-color:#626060;
 background-color: #F4F3F3 }
.print {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
background-color: #FFFFFF;
background-image: none;
background-repeat: no-repeat;
margin: 10px;
}

.large {
font-size: 16px; 
font-weight:bold;
}

.medium {
font-size: 12px;
}

.small {
font-size: 10px;
font-weight: bold;
}


.small_red {
font-size: 10px;
color: red;
font-weight: bold;
}
.small_gray {
font-size: 10px;
color: #999999;
font-weight: bold;
}
.mid_gradient {
background-image: url(trans_mid_gradient.png);
behavior: url(iepngfix.htc);
background-repeat: repeat;
}

.trans_white {
background-image: url(trans_white.png);
behavior: url(iepngfix.htc);
background-repeat: repeat;
}
.trans_left_gradient {
background-image: url(trans_left_gradient.png);
behavior: url(iepngfix.htc);
width:20px;
background-repeat: repeat;
}

.black_outline {
border: 2px solid black;
background-color: #FFFFFF;
}
.black_outline_gray {
border: 2px solid black;
background-image: url(images/gray_color.png);
}
.black_dashed_outline_gray {
border: 4px dashed #666666;
background-image: url(images/gray_color.png);
}
.blog_title, a.blog_title:link, a.blog_title:visited, a.blog_title:active, a.blog_title:hover {
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif; 
	font-size: 13px; 
	color: #000; 
	text-transform: uppercase;
	font-weight:bold;	
	letter-spacing: .2em;
	border-bottom : 1px solid #000;
}
.blog_date	{ 
	font-family:verdana, arial, sans-serif; 
	color:#4B61A7;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: .2em;
        margin:3px 0px 15px 0px;
        }	
a:link {
	color : #4B61A7;
	text-decoration : none;
	font-weight:bold;
      }
a:visited {
	color : #993300;
	text-decoration : none;
	font-weight:bold;
      }
a:active {
	color : #4B61A7;
	text-decoration : none;
	font-weight:bold;
      }
a:hover {
	color : #4B61A7;
	text-decoration : underline;
	font-weight:bold;
      }