@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bkg_main.jpg);
	background-repeat: repeat-x;
	margin-top: 14px;
}

a { 
	color: #000;
	}
	a:link,
	a:visited,
	a:active {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color:#8f0f1c
	}


h1, h2, h3, h4, h5 {
	font-family: Arial, Times, serif;
	font-weight:normal;
}
h1 {
	margin: 5px 0px 10px 0px; 
	color:#000;
	font:25px/24px;
	line-height:1.0em;
	font-weight:lighter
}
h2 {
	margin: 5px 0px 10px 0px; 
	color:#333333;
	font-size:20px;
	font-weight:lighter;
	line-height:1.0em
}


h3 {
	margin:0 0 4px 0;
	color:#000;
	font-size:20px;
	font-weight:lighter;
	text-decoration:none;
	line-height:20px;
	
	
}

h4 {
	margin:12px 0 4px  0;
	color:#0066cc;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.0em
	
}

p { 
	
	color:#333333;
	line-height: 1.2em;
	margin-bottom:15px;
	}
dl {
	display: block;
	}
	
ul {
	display: block;
	margin:0 0 0 20px 
	}


sup {
	font-size: 77%;
	}
.hr { border-top:dotted 1px #CCC; margin:10px 0 10px 0; clear:right}

