/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, "sans-serif";
	color: #000;
	font-size: 10pt;
}

p,td,span,li {
	font-size: 10pt;
}

a {
	color: #FC7328;
	text-decoration: none;
}
a:hover {
	color: #A07465;
	text-decoration: underline;
}

h1 {
	color: #A07465;
	font-weight: bold;
	font-size: 16pt;
	padding: 1px 0px 15px 35px;
	background-image: url('/images/pagetitle_arrow.jpg');
	background-repeat: no-repeat;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.brown {
	color: #A07465;
	font-weight: bold;
	font-size: 12pt;	
}
#menu {
	background: #FC7328;
}

.hometext {
	color: #F58A21;
	font-weight: bold;
	font-size: 12pt;
}

#header {
	color: #000000;
	font-size: 9pt;
	text-align: right;
}

#header a{
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}

#header a:hover{
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: underline;
}