@charset "UTF-8";
/* CSS Document */

/* HTML Tags */
html {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	height: 100%; /* needed for container min-height */
	background-image: url('../../img/page_parts/bg_ext.gif');
	background-repeat: repeat-x;
	background-color: #ee2e24;
}	

div {
	display: block;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	/*behavior: url("pngbehavior.htc");*/
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

td {
	padding: 10px 20px 10px 0;
	border-bottom-style: solid;
	border-bottom-color: #81746a;
	border-bottom-width: 1px;
}

a {
	color: #f26522; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover {
	color: #800b0c; 
}

ul {
	poistion: relative;
	list-style: none;
}