a:link {
	color: #A47361;
}

a:visited {
	color: #656565;
}

input {
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 10pt;
	color: #323232;
	border: solid;
	border-width: 1px;
}

h1 {
	color: #525252; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 14pt;
	font-weight: bold;
	margin-left: 15px;
}

h2 {
	color: #525252; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin-left: 15px;
}

h3 {
	color: #525252; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	margin-left: 35px;
}

p {
	color: #525252; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 11pt;
	margin-left: 10px;
	text-align: left;
}

.bold {
	font-weight: bold;	
}

.indent {
	margin-left: 20px;
}

.moreindent {
	margin-left: 50px;
}

.code {
	color: red;	
}

.example {
	margin-left: 15px;
	font-size: 8pt;	
}

.right {
	text-align: right;
	margin-right: 10px;
}

hr {
	border: inset 1px;	
}

.button {
	width: 125px;	
}

.field {
	width: 255px;
}

.radio {
	border: 0px;	
}

.center {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}