@import url('template.css');
@import url('boxes.css');
@import url('boxes-right.css');
@import url('forms.css');

html, body {
	min-height: 100%;
	height: 100%;
}
/*
html>body, html>body #outer {
	height: auto;
}*/

body {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D1D1D;
	padding: 0;
	margin: 0;
}

a {
	color: #DE6C00;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: none; }

a.help {
	font-size: 11px;
	padding-left: 20px;
	background: url('../image/message/help_.gif') 0 -2px no-repeat;
	padding-bottom: 2px;
}

h1 {
	font-size: 16px;
	color: #685A48;
	margin: 0px 0px 20px 0px;
}

h2 {
    font-size: 14px;
    color: #de6c00;
    background-color: #f2f2f1;
    padding: 5px;
    padding-left: 10px;
    margin: 20px 0px 10px 0px;
}

#right h2 {
	background-color: transparent;
	padding: 0px;
	color: #685A48;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}

ul {
	list-style-image: url('../image/li.gif');
	margin: 0px;
	padding: 0px;
}

ul ul {
	margin-left: 20px;
}

li {
	margin: 0 0 8px 20px;
}

td, th {
	padding: 2px 10px;
	background: #ffffff url('../image/bg_td.gif') 0 0 repeat-x;
	border-bottom: 1px solid #E1DEDA;
}

th {
	background-image: none;
	font-weight: bold;
	text-align: left;
}

