* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
}

a {
	color: #E16F28;	
}

a:hover {
	text-decoration: underline;
}


body {
	background-color: #9d8c52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#header {
	background-image: url(../images/layout/icon_paw.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #f5f5e8;
	padding: 5px 5px 5px 40px;
}

div#content {
	background-color: #fff;
	background-image: url(../images/layout/m_header_rxlt.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px 5px 5px 5px;
}

div#content a {
	font-weight: bold;
}

div#content a:hover {
	color: #09c;
}

div#content li {
	margin: 5px 0;
	border-bottom: solid 1px #f5f5e8;
}

div#content h2 {
	font-weight: bold;
	color: #3B5556;
}

div#content * {
	margin-bottom: 5px;	
}

div#content div {
	border: dotted 1px #630;
	padding: 5px;
	margin: 5px;
	background-image: url(../images/layout/m_content_rxlt.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#footer {
	background-color: #9d8c52;
	padding: 5px;
	background-image: url(../images/layout/m_footer_rxlt.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#footer a {
	display: block;
	background-image: url(../images/layout/logo_fwc.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 75px;
	color: #f5f5e8;
}

h1 {
	font-size: 16px;	
}

h3 {
	font-weight: bold;
	color: #9d8c52;
}

table {
	border-collapse: collapse;
	display: block;
	margin: 5px;
}

td {
	font-size: 10px;
	border: dotted 1px #9d8c52;
	padding: 2px;
}

tr.head td {
	background-color: #9d8c52;
	border: solid 1px #fff;
	color: #fff;
	font-weight: bold;
}

tr.notes td {
	background-color: #f5f5e8;
}