/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
/*
@font-face {
	font-family: 'MisoLight';
	src: url('font/miso-light-webfont.eot');
	src: local('☺'), url('font/miso-light-webfont.woff') format('woff'), url('font/miso-light-webfont.ttf') format('truetype'), url('font/miso-light-webfont.svg#webfontbZnARSPG') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'MisoRegular';
	src: url('font/miso-webfont.eot');
	src: local('☺'), url('font/miso-webfont.woff') format('woff'), url('font/miso-webfont.ttf') format('truetype'), url('font/miso-webfont.svg#webfontxn6muLZa') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MisoBold';
	src: url('font/miso-bold-webfont.eot');
	src: local('☺'), url('font/miso-bold-webfont.woff') format('woff'), url('font/miso-bold-webfont.ttf') format('truetype'), url('font/miso-bold-webfont.svg#webfontrmTkRlAP') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	font: 14px Georgia, Times, "Times New Roman", serif;
	line-height:20px;
	color:#000;
}

a{
	text-decoration:none;
	color:#E5007E;
}

a:focus
{
	outline: none;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

small{
	font-size: 11px;
}


sub{ 
	vertical-align: sub;
	font-size: 0.8em;
}
sup{ 
	vertical-align: super;
	font-size: 0.8em;
}

em{
	font-style: italic;
}

.em{
	color:#E5007E; 
	font-style: italic;
}

#logo, #topnav, #sidenav, #footer, #payoff, #title_container h1, #langswitch li{
	font-family: 'MisoRegular', sans-serif;
	font-size: 18px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
}

#title_container h1, #langswitch li a{
	font-family: 'MisoBold', sans-serif;
}

#topnav{
	text-align:right;
	color:#fff;
	font-family: 'MisoBold', sans-serif;
}

#payoff{
	font-family: 'MisoBold', sans-serif;
}

#sidenav{
	color:#000;
}

#footer{
	font-size: 14px;
	line-height:16px;
	color:#000;
}

#footer h2, #footer h3{
	font-family: 'MisoBold', sans-serif;
	font-style:normal;
	color:#000;
}

#footer h2, #footer h3, #footer p{
	font-size: 14px;
	line-height:16px;
	margin-bottom:16px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 18px;
	font-style: oblique;
	color:#000;
	font-weight:normal;
}

h2
{
	font-size: 18px;
	font-style: oblique;
	color:#000;
	font-weight:normal;
}

h3
{
	font-size: 18px;
	font-style: oblique;
	color:#666;
	font-weight:normal;
}

h4
{
	font-size: 16px;
	font-style: oblique;
	color:#000;
	font-weight:normal;
}

h5
{
	font-size: 16px;
	font-style: oblique;
	color:#666;
	font-weight:normal;
}

h6
{
	font-size: 14px;
	
	color:#000;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}



ul
{
	list-style: square;
}

li
{
	/*margin-left: 30px;*/
	list-style:none;
}

li li, li li li, li li li li
{
	margin-left: 18px;
}

ol li
{
	list-style: decimal outside;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}
