 
@font-face {
    font-family: 'LucidaGrandeRegular';
    src: url('/css/fonts/lucidagrande-webfont.eot');
    src: url('/css/fonts/lucidagrande-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/lucidagrande-webfont.woff') format('woff'),
         url('/css/fonts/lucidagrande-webfont.ttf') format('truetype'),
         url('/css/fonts/lucidagrande-webfont.svg#LucidaGrandeRegular') format('svg');
    font-weight: normal;
    font-style: normal;	
}

body {
	font:normal 12px/18px 'Lucida Grande',LucidaGrandeRegular,Arial, Helvetica, sans-serif; 
	color:#4a5660; 
	background:url("../images/bg_shadow.png") repeat-y scroll 50% 0;
}
a {
	color:#0060a1; 
	text-decoration:none; 
}
a:hover {
	color:#017dd1; 
	text-decoration:underline; 
}
img {
	display:block;
}
p { 
	margin:0 0 18px;
} 
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
}
.clr {
	clear:both;
	display:block;
}
.grid {
	background: url("../images/grid.png") repeat-y scroll 0 0 #fdfeff;
}
h1 {
	font-size:24px;
	line-height:20px;
	margin:0 0 20px;
}
h2, .title4 {
	font-size:18px;
	line-height:18px;
	margin:0 0 18px;
	color:#0060a1;
}
a.icon img {	
	display:inline;
}
.error_message {
    background-color: #FFC7C7;
    border: 1px solid #D33232;
    color: #D33232;
    font-weight: bold;
    height: auto;
    margin: 0 0 20px;
    position: relative;
	padding:15px;
}
.info_message, #subscribe_box {
    background-color: #F0FAE4;
    border: 1px solid #D7ECC0;
    color: #5E7D10;
    font-weight: bold;
    height: auto;
    margin: 0 0 20px;
    position: relative;
	padding:15px;
}