@charset "utf-8";
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body{
	font: 15px/1.5  'ams-r';
    font-family: 'ams-r';
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr{
	border: 0 rgb(0, 0, 0) solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

@font-face {
    font-family: 'ams-r';
    src: url('/fonts/arnamu_serif-webfont.eot');
    src: url('/fonts/arnamu_serif-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arnamu_serif-webfont.woff') format('woff'),
         url('/fonts/arnamu_serif-webfont.ttf') format('truetype'),
         url('/fonts/arnamu_serif-webfont.svg#arian_amu_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oph-r';
    src: url('/fonts/orpheus-webfont.eot');
    src: url('/fonts/orpheus-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/orpheus-webfont.woff') format('woff'),
         url('/fonts/orpheus-webfont.ttf') format('truetype'),
         url('/fonts/orpheus-webfont.svg#orpheusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oph-i';
    src: url('/fonts/orpheus_italic-webfont.eot');
    src: url('/fonts/orpheus_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/orpheus_italic-webfont.woff') format('woff'),
         url('/fonts/orpheus_italic-webfont.ttf') format('truetype'),
         url('/fonts/orpheus_italic-webfont.svg#orpheusitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ruble';
    src: url('/fonts/rouble-webfont.eot');
    src: url('/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rouble-webfont.woff') format('woff'),
         url('/fonts/rouble-webfont.ttf') format('truetype'),
         url('/fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rub{	
    font-family: 'ruble';
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: normal;
}
h3 {
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: normal;
}
h4 {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: normal;
}
h5 {
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: normal;
}
h6 {
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-weight: normal;
}
/* ends Headings
----------------------------------------------------------------------------------------------------*/


/* Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 1%;
}
/* ends Spacing
----------------------------------------------------------------------------------------------------*/