/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 4, 2011 */


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

}

body {	
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #5a5a5a;/* #8c8c8c */
}

.standard{
	font-size: 12px;
}

.italic{
	font-style:italic;	
}

.bold{
	font-weight:bold;
}

.uppercase{
	text-transform:uppercase;
}


/*******************************************************************************
	PARAGRAPHS 
*******************************************************************************/

#mainContainer p{
	margin-bottom:15px;
}

#mainContainer p.noMargin{
	margin-bottom:0px;
}


/*******************************************************************************
	HYPERLINKS 
*******************************************************************************/

a {
	color: #0050A0;	
	text-decoration: none;
}

a:hover {
	color: #4F91CD;
	text-decoration: underline;	
}

a.arrow {
	color:#0050a0 !important;
	padding-right:13px;
	background:url("../images/arrow_link_blue.png") right center no-repeat;
}

/*******************************************************************************
	HEADLINES 
*******************************************************************************/

h1{
	/* font-family: ClarendonLTStdBold; */
	font-family: Arial,Verdana,sans-serif; 
    font-size: 36px;
	font-weight:bold;
	color:#0050A0;
	margin-bottom: 20px;
}

h2{
	/* font-family: ClarendonLTStdBold; */
	font-family: Arial,Verdana,sans-serif; 
    font-size: 16px; /* 22px */
	font-weight:bold;
	color:#0050a0;
	margin-bottom: 10px;
}

h3{
	font-family: Arial, Verdana;
    font-size: 22px;
	font-weight:bold;
	color:#0050a0;
	margin-bottom: 13px;
}

h4{
	font-family: Arial, Verdana;
    font-size: 15px;
	font-weight:bold;
	color:#4f91cd;
	margin-bottom: 20px;
}


