BODY, TD, TH, DL, UL, OL, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background: url(layout_images/bg_repeat.gif) #edefe1 top repeat-x;
}

a:link {
	color: #666633;
	text-decoration: none;
}

a:visited {
	color: #7D7E6A;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:active {
	color: #FF0000;
	text-decoration: none;
}

.title {
	font-family: Arial, verdana, Geneva;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
}

input, select, textarea {
	border:1px solid #7F9DB9;
	background-color:#efefef;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

h3 { font-size:11px; }

p { }

.warn { color: #FF0000; }

.star { color: #FF0000; }

UL { list-style-type: square; }

.red { color: #FF0000; }

