/* first for IE 6/7/8 */
@font-face {
	font-family: UnitSlab;
	src: url(fonts/UnitSlabWebPro.eot);
}

@font-face {
	font-family: UnitSlab;
	font-weight: bold;
	src: url(fonts/UnitSlabWebPro-Bold.eot);
}

@font-face {
	font-family: UnitSlab;
	font-style: italic, oblique;
	src: url(fonts/UnitSlabWebPro-Ita.eot);
}

@font-face {
	font-family: UnitSlab;
	font-style: italic, oblique;
	font-weight: bold;
	src: url(fonts/UnitSlabWebPro-BoldIta.eot);
}
 
/* then for Mozilla browsers -> Firefox */
@font-face {
	font-family: UnitSlab;
	src: url(fonts/UnitSlabWebPro.woff) format('woff');
}

@font-face {
	font-family: UnitSlab;
	font-weight: bold;
	src: url(fonts/UnitSlabWebPro-Bold.woff) format('woff');
}

@font-face {
	font-family: UnitSlab;
	font-style: italic, oblique;
	src: url(fonts/UnitSlabWebPro-Ita.woff) format('woff');
}

@font-face {
	font-family: UnitSlab;
	font-style: italic, oblique;
	font-weight: bold;
	src: url(fonts/UnitSlabWebPro-BoldIta.woff) format('woff');
}

body,a,table,h1,h2,h3,h4,h5,h6,p {
	sfont-family: UnitSlab;
	font-family: ff-unit-slab-web-pro-1;
}

body,p,td,li,ul,span {
	font-size: x-small;
	REMfont-size: small;
	REMcolor: #333333;
}
p, body, table, td, em, div,ul, li, span{
	font-size: 13px;
	line-height:16px;	
}
p {
	margin-bottom: 6px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

a:hover {
	REMtext-decoration: underline;
}
a img {
	border: 0px solid black;
}

h1,h2,h3,h4,h5,h6 {
	REMfont-family: Arial;
	REMfont-family: "republic-web-condensed-1","republic-web-condensed-2";
	color:#000000;
	font-weight: bold;
	font-style: italic;
	font-style: normal;
REMletter-spacing: -1px;
}

h1 {
	font-size: 30px;
	margin-bottom:20px;
}
h2 {
	font-size: 28px;;
        margin-bottom:20px;
}
h3 {
	font-size: 26px;;
        margin-bottom:20px;
}
h4 {
	font-size: 24px;
        margin-bottom:20px;
}
h5 {
	font-size: 22px;
        margin-bottom:20px;
}
h6 {
	font-size: 20px;
        margin-bottom:20px;

}

.referenceImage {
	border: 2px solid #cccccc;
	padding: 2px;
	width: 154px;
}
table, td {
	vertical-align: top;
}

