body {
	margin:0px;
	font-weight:bold;
}

a:link {
	color : #933E0F;
	text-decoration : none;
}

a:visited {
	color :#933E0F;
	text-decoration : none;
}

a:hover {
	color:#000000;
	text-decoration : underline;
}

a:active {
	color : #933E0F;
	text-decoration : underline;
}

body, td, input, textarea, select {
	font-family : Arial;
	font-size : 14px;
	color:#000000;
	font-weight:bold;
}

.header {
	font-size : 21px;
	color : #421D0D;
	font-weight:normal;
}

.subHeader {
	font-size : 15px;
	color : #933E0F;
	font-weight : bold;
}

.comments {
	font-size : 13px;
	color : #000000;
	font-weight:bold;
	text-align:justify;
}

.button {
	font-size : 10px;
	font-weight: none;
	font-family : Arial;
	color: #333333;
	cursor: hand; 
	vertical-align:bottom; height:19px;
}

.field {
	font-family : Arial;
	font-size : 14px;
	color: #000000;
}

.table {
	font-family : Arial;
	font-size : 11px;
	border:#999999 1px solid;
}

.tab { 
	background-color:#D5B27E;
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size:14px;
	cursor:hand;
}

.border {
	border:#333333 1px solid;
}
