/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Miller Type Foundry
 * License URL: http://www.fontspring.com/fflicense/miller-type-foundry
 *
 *
 */

@font-face {
	font-family: 'RICHARDMILLERRegular';
	src: url('../fonts/richardmiller-regular/RICHARD_MILLER-webfont.eot');
	src: local('☺'), url('../fonts/richardmiller-regular/RICHARD_MILLER-webfont.woff') format('woff'), url('../fonts/richardmiller-regular/RICHARD_MILLER-webfont.ttf') format('truetype'), url('../fonts/richardmiller-regular/RICHARD_MILLER-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NewsGothicDemi';
	src: url('../fonts/newsgothicfs_demibold/NewsGothic-DemiBold-webfont.eot');
	src: local('☺'), url('../fonts/newsgothicfs_demibold/NewsGothic-DemiBold-webfont.woff') format('woff'), url('../fonts/newsgothicfs_demibold/NewsGothic-DemiBold-webfont.ttf') format('truetype'), url('../fonts/newsgothicfs_demibold/NewsGothic-DemiBold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Base 10px
---------------------------------------------*/
html {
	font-size: 16px;
}
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}
/* Misc
---------------------------------------------*/

a:focus {
/*	outline: 1px dotted invert;*/
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* Text
---------------------------------------------*/

dl, p {
	font-size:1.3em;
	line-height:1.6em;
}
/* Headings
---------------------------------------------*/



h1 {
	font-size:3.2em;
	line-height:1.6em;
}
h2 {
	font-size:4.2em;
	line-height:1.6em;
}
h3 {
	font-size:3.6em;
	line-height:1em;
}
h4 {
	font-size:2.1em;
	line-height:1em;
}
h5 {
}
h6 {
}
/* Spacing
---------------------------------------------*/

ol {
/*	list-style: decimal;*/
}
ul {
/*	list-style: square;*/
}
li {}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 8px;
}

table td p {
font-size:1.3em;
margin-bottom: 0px;
}
dt {font-weight:700;}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	font-weight:400;
}

label, input, select, option {font-family:Arial, Helvetica, sans-serif; font-size:1.2em;}

li li, li p, td p, blockquote p {font-size:1em}



/* Lists 
---------------------------------------------*/


ul {
	font-size: 1.3em;
	line-height:1.6em;
}

ul ul {
font-size: 1em;
}

ul ul li {
margin-left:0em;
}

