/* CSS Document */

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
}

p {
	font-size: 0.8em;
}

img a {
	border: 0;
}

label {
	font-size: 0.8em;
}

td {
	font-size: 0.8em;
}

a {
	color: #95622b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

ul, ol {
	font-size: 0.8em;
}

.important {
	color: #FF0000;
}

.update {
	border: none;
	background: none;
	background: url('../grfx/update.gif');
	width: 56px;
	height: 22px;
}

.border
{
	border: 1px solid #95622b;
	padding-left: 1.25em;
	padding-right: 1.25em;
}

.float_image_right {
	float: left;
	padding: 15px 10px 10px 0;
}

	.float_image_right img {
		border: 1px solid #95622b;
	}
	
.border2 {
	border: 1px solid #95622b;
}

.center {
	text-align: center;
}

.center img {
	padding: 0 5px 0 5px;
}

.list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.list li {
	background:url(../grfx/tick.jpg) no-repeat;
	padding-left: 20px;
}
	