/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	/*font-family: inherit;*/
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html{
    /*font-size: 100.01%;*/
}
body {
	/*font-size: 62.5%;*/
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.block{
    display: block;
}
.clearboth{
    clear: both;
}

.right{
float: right;
text-align: right;
}

.left{
float: left;
}

/* WORKAREA */

body{
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

p{
	margin-bottom: 14px;
}

span.red{
	color: #860a16;	
}

em{	
	font-style: italic;
}

h2.header{
	display: block;
	width: 515px;
	border-bottom: 1px solid #940d17;
	font-size: 14px;	
	font-weight: bold;
	color: #000000;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

h2{	
	clear: both;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #860a16;
	padding: 2px 0px 10px 5px ;
}

h2.red{
	background: #860a16;
	color: #ffffff;	
	padding-bottom: 5px;
}

h5{
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #860a16;
	/*text-align: center;*/
}

a{
	color: #910c16;	
}

a:hover{
	color: #df101f;
}

a.mainpage_block{
	display: block;
}

a.mainpage_block:hover{
	text-decoration: none;
}

strong{
	font-weight: bold;
}

div.textright{	
	text-align: right;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
}

div.textright a{
	text-decoration: none;
}

div.textright a:hover{
	text-decoration: underline;
}

font.notetext{
	color: #000000;
}

div.hrline{
	display: block;
	margin: 0px auto;
	background-image: url(/images/hr.jpg);	
	width: 98%;	
	height: 2px;	
	/*margin: 10px 0px;*/
}

div.hrline hr{
	display: none;
}

div.photo-ascetic{
	text-align: center;
}