﻿* {
	font-family : Arial, Helvetica, sans-serif;
}


HTML, BODY {
	margin: 0; padding: 0;
}

BODY {
	font-size: 10pt;
	color: black;
	line-height: 160%;
	background-color: white;
}
TD {
	font-size: 10pt;
	color: black;
	line-height: 160%;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-size: 10pt;
	color: black;
}

H1 {
	font-size : 12pt;
	color: black;
	font-weight : bold;
}



A {
	text-decoration : underline;
	color : black;
}



.s, .s * {
	font-size: 8pt;
}




TABLE.page {
	background-color: #FFFBED;
	border-left: 1px solid #EBE7DC;
}

TABLE.page TD.bg-right {
	width: 10px;
	background-color: white;
	background-image: url(/i/bg-page-right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}


TD.menu {
	background-color : #EBE7DC;
	padding : 20px 10px 10px 0;
}
TD.menu UL {
	list-style-type : square;
}

TD.menu A {
	text-decoration : none;
	color : black;
}
TD.menu A:hover {
	text-decoration : underline;
}



DIV.counter {
	padding : 20px 0 20px 20px;
}

DIV.counter P {
	margin: 0 0 5px 0;
	padding: 0;
}




SPAN.redaster {
	font-size : 12pt;
	font-weight : bold;
	color : #EC2218;
	margin-left : 10px;
}

SPAN.grey {
	color : #444444;
}


HR {
	color : #CDC9BE;
	height : 1px;
}




TABLE.tabula {
	border-top : 1px solid #CDC9BE;
	border-left : 1px solid #CDC9BE;
}
TABLE.tabula TD {
	padding : 5px;
	border-bottom : 1px solid #CDC9BE;
	border-right : 1px solid #CDC9BE;
}
TABLE.tabula TR.header TD {
	background-color : #F6F2E7;
	font-weight : bold;
}



TD.footer {
	background-color : #EBE7DC;
	padding : 5px 10px 5px 10px;
	font-size : 10pt;
}

TD.footer A {
	text-decoration : none;
	color : black;
}
TD.footer A:hover {
	text-decoration : underline;
}
