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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
@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: 15px 'MisoRegular', "Helvetica Neue", Helvetica, arial, sans-serif;*/
	font: 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
}

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

a:hover{
	color:#00993F;
}

a:focus
{
	outline: none;
}

#contents a{
	color:#666;
}

#contents a:hover{
	color:#00993F;
}

a.marker, a.button, #contents a.marker, #contents a.button{
	font-size:15px;
	padding: 3px 6px 0 6px;
	background: #000;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
}

a.marker:hover, a.button:hover, #contents a.marker:hover, #contents a.button:hover{
	background: #00993F;
}

a.button img{
	vertical-align:middle;
}





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

strong{
	/*font-family: 'MisoBold', Helvetica, arial, sans-serif;
	font-weight: normal;*/
}

small{
	font-size: 12px;
}

em{
	color: #00993F;
	font-style:normal;
}
/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	line-height:27px;
	text-align:left;
	/*border-right: 6px solid #00993F;*/
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;

}

h2
{
	font-size: 18px;
	line-height: 18px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;
	letter-spacing:0.5px;
}

h3
{
	font-size: 18px;
	line-height: 18px;
	font-weight:normal;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;
	letter-spacing:0.5px;
}

h4
{
	font-size: 18px;
	line-height: 18px;
	color:#666;
	font-weight:normal;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;
}

h5
{
	font-size: 16px;
	line-height: 18px;
	color:#000;
	font-weight: normal;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;
}

h6
{
	font-size: 16px;
	line-height: 18px;
	color:#000;
	font-weight: normal;
	font-family: 'MisoBold', Helvetica, arial, sans-serif;
}

/* =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;
}

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


