/*=Common=*/


/*titles*/
#page-title {
	margin: 0.2em 0;
}
#page-title h1{
	text-transform: uppercase;
	margin: 0;
	font-size: 1.8em;
}
#page-title-parent {
	margin: 0.2em 0 0.4em;
}
#page-title-parent a { 
	color: #ffffff;
}



/*resources*/
#tt {
	position: relative;
	margin-top: 2em;
}
#mailbox {
	margin-bottom: 1em;
}

#phones {
	white-space: nowrap;
	margin: 0 0 1em;
	width: auto;
}
#phones td {
	padding: 0;
	vertical-align: top;
}



/*variations*/
p.comment {
	font-size: 0.87em;
}


h3.news-date {
	margin: -1em 0 0.5em;;
	font-size: 1em;
	font-weight: bold;
}



/*common*/
body {
	background: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: arial, serif;
	color: #ffffff;
}

p {
    line-height: 1.5;
    margin: 0 0 1.2em;
}

table {
	font-size: 100%;
}



/*inline*/
a {
	color: #ffffff;
}

a:hover {
	color: #B27100;
}

a img {
	border: none;
}

img.bordered
{
	border: solid 3px #79060a;
}

nobr,
.nobr {
    white-space: nowrap;
}

big,
.big {
	font-size: 1.12em;
}

small,
.small {
	font-size: 0.86em;
}

.text,
.text:hover {
	cursor: text;
	text-decoration: none;
	color: #ffffff;
}	



/*headings*/
h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	font-weight: lighter;
	color: #ffffff;
	margin: 0 0 1em;
}
	
h1 {
	margin-top: 1.8em;
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
	margin-top: 1.5em;
}
h3 {
	font-size: 1.6em;
	margin-top: 1.5em;
}
h4{
	font-size: 1.5em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.3em;
}



/*lists*/
ol, ul.dash {
	margin-left: 0;
	padding-left: 1.42em;
}
ol {
	padding-left: 1.60em;
}
ol li {
	line-height: 1.4;
	margin-bottom: 0.7em;
}


