@font-face {
    font-family: 'HattoriHanzo';
    src: url('../javax.faces.resource/HattoriHanzo-Light.eot.xhtml?ln=fonts');
    src: url('../javax.faces.resource/HattoriHanzo-Light.eot?#iefix.xhtml?ln=fonts') format('embedded-opentype'),
    url('../javax.faces.resource/HattoriHanzo-Light.woff.xhtml?ln=fonts') format('woff'),
    url('../javax.faces.resource/HattoriHanzo-Light.ttf.xhtml?ln=fonts') format('truetype'),
    url('../javax.faces.resource/HattoriHanzo-Light.svg#HattoriHanzo-Light.xhtml?ln=fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../javax.faces.resource/PTSans-Regular.eot.xhtml?ln=fonts');
    src: url('../javax.faces.resource/PTSans-Regular.eot?#iefix.xhtml?ln=fonts') format('embedded-opentype'),
    url('../javax.faces.resource/PTSans-Regular.woff.xhtml?ln=fonts') format('woff'),
    url('../javax.faces.resource/PTSans-Regular.ttf.xhtml?ln=fonts') format('truetype'),
    url('../javax.faces.resource/HPTSans-Regular.svg#PTSans-Regular.xhtml?ln=fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('../javax.faces.resource/PTSans-Caption.eot.xhtml?ln=fonts');
    src: url('../javax.faces.resource/PTSans-Caption.eot?#iefix.xhtml?ln=fonts') format('embedded-opentype'),
    url('../javax.faces.resource/PTSans-Caption.woff.xhtml?ln=fonts') format('woff'),
    url('../javax.faces.resource/PTSans-Caption.ttf.xhtml?ln=fonts') format('truetype'),
    url('../javax.faces.resource/PTSans-Caption.svg#PTSans-Caption.xhtml?ln=fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../javax.faces.resource/PTSans-Narrow.eot.xhtml?ln=fonts');
    src: url('../javax.faces.resource/PTSans-Narrow.eot?#iefix.xhtml?ln=fonts') format('embedded-opentype'),
    url('../javax.faces.resource/PTSans-Narrow.woff.xhtml?ln=fonts') format('woff'),
    url('../javax.faces.resource/PTSans-Narrow.ttf.xhtml?ln=fonts') format('truetype'),
    url('../javax.faces.resource/PTSans-Narrow.svg#PTSans-Narrow.xhtml?ln=fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #333;
	background: #fff;
	font: 1em/1.5 'PT Sans', 'Arial', 'Liberation Sans', FreeSans, sans-serif;
	width: 100%;
	height: 100%;
}

pre,
code {	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace; }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 1.25em; }
h2 { font-size: 1.125em; }
h3 { font-size: 1em; }
h4 { font-size: 0.875em; }
h5 { font-size: 0.8125em; }
h6 { font-size: 0.75em; }

h1, h2, h3, h4, h5, h6{	font-weight: normal; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: disc; }
li { 
	list-style: none inside;
}

a { color: inherit; }


.title {
	font: 1.125em/1.5 'PT Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.semi-bold { font-weight: 500 }