td {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
}

td.header {
	font-family : Verdana, Arial, Tahoma;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #513338;
}

td.justify {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
	text-align : justify;
}

td.center {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
	text-align : center;
}

td.right {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
	text-align : right;
}

td.row {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : white;
	background : black;
	text-align : center;
	vertical-align : middle;
}

td.info {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : white;
	text-align :center;
	background :  #7E0D03;
}

td.error {
	font-family : Verdana, Arial, Tahoma;
	font-size : 9pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : white;
	text-align :center;
	background : black;
}

td.smallcenter {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
	text-align : center;

}

ul {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
}

ol {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
}

input.button {
 background-color : #7B0D03; 
 font-weight : bold; 
 font-family : Verdana, Arial, Tahoma;
 color: white;
 font-size : 8pt;
 font-style : normal;
 font-variant : normal;
 height : auto;
 letter-spacing : normal;
 line-height : normal;
}

a:link {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #334C82;
}

a:visited {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #334C82;
}

a:hover{
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #9F8961;
}

a:active {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #334C82;
}

body {
	background-color : white;
	background-image : url(images/background.jpg);
	style-scrollbar-3dlight-color : white;
	scrollbar-arrow-color :  white;
	scrollbar-base-color :  #7E0D03;
	scrollbar-darkshadow-color : #7E0D03;
	scrollbar-face-color : #7E0D03;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
  scrollbar-track-color : white; 
	bottommargin : 0;
	leftmargin : 0;
	marginheight : 0;
	marginwidth : 0;
	rightmargin : 0; 
	topmargin : 0;
}