body, font, p, tr, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
}

img {
	border-style:none;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style-image: url(../gfx/dot_small.gif);
}

ol, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

:link, :visited {
	text-decoration: none;
}

:hover {
	text-decoration: underline;
}

hr {
	margin-bottom: 10px;
	color: #9A827B;
	height: 1px;
}

.input-label {
	text-align: right;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: double;
	border-color: #A8A9A5;
	background-color: #FAF9E4;
	color: #333333;
}

input.button {
	font-size: 10px;
	font-weight: bold;
}

input.checkbox {
	background-color: #FFFFFF;
	border-style:none;
}

input.radio {
	background-color: #FFFFFF;
	border-style:none;
}


td.content {
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}