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

}

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

}


body { 
	color: #334;
	font-size: 0.75em; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	background-color: white; 
	}

h1 {
	font-family:AllerBoldItalic;

	color: #b36;
	font-size: 1.5em;
	/*font-weight:normal;
	letter-spacing: 1px;
	font-style:oblique;*/
	
	border-bottom: 1px dotted #78b;
	}

h2 {
	font-family:AllerBoldItalic;

	color: #346; 
	font-size: 1.2em; 
	border-bottom: 1px dotted #78b;

	
	/*font-weight: bold;*/
	}
	
h3 {
	font-family:AllerBoldItalic;

	color: #346; 
	font-size: 1.2em; 
	border-bottom: 1px dotted #78b;
	
	/*
	font-weight:normal;
	letter-spacing: 1px;
	font-style:oblique;
	*/
}
	
	

p {}

td {}

a:link {
	color: #b36; 
	text-decoration: none;
	}

a:visited {
	color: #b36; 
	text-decoration: none;
	}

a:hover {
	color: #aae
	}

a:active {
	color: red 
}

#content p {
	text-align:left;
	line-height:170%;
}

.filename {
	font-size:0.8em;
}

