* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	background-color: #e7e8e0;
	color:#546142;
	font-size: 12px;
	font-family: Arial, sans;
	line-height: 200%;
}


h1, h2, h3, h4, h5, h6 {
   	font-weight:bold;
  	margin-bottom:8px;
	font-size: 100%;
}
h1{
	clear:both;
	color:#C74B29;
	font-size:24px;
	font-weight:normal;
	font-family: Times New Roman, serif;
}


strong {
	font-style: normal;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
}

div{
	word-wrap:break-word;	
}


abbr, acronym {
	border-bottom: 1px dotted #4b4b4b;
	font-style: normal;
}
em {
	font-style: italic;
	font-weight: inherit;
}
code, kbd, pre, samp, var {
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	font-weight: bold;
}
q, cite {
	font-style: italic;
	quotes: "\201E" "\201C" "\201A" "\2018"; /* german punctuation */
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}



address {
	display: block;
	font-style: normal;
}
blockquote {
	font-style: italic;
}


a {
	text-decoration: underline;
	color:#546142;
}
a:link, a:visited {

}
a:hover {
	color:#BE4623;
}
a:active, a:focus {

}





hr {
	background-color:#c5c5c5;
	color:#c5c5c5;
	border:0;
	height:1px;
	overflow:hidden;
	margin:0 0 15px 0;
}


img {
	border: none;
	color: #000;
}


ol {
  	list-style-type: none;
}
ul {
	list-style-type: disc;
	margin-bottom:15px;
}
li { 
	list-style-position:outside;
}

fieldset {
	border: 0 solid; /* required by opera 7 */
}
legend {
	display: block;
}
label, input, select {
	font-weight: normal;
	line-height: normal;
}
label{
	cursor:pointer;
}
optgroup {
	font-style: normal;
	font-weight: bold;
}
button,input{
	font-family:arial,sans-serif;
}
textarea{
	font-family: Arial, sans;
	font-size: 12px;
}
/* tables */
table {
	caption-side: top;
	empty-cells: show;
	border-collapse: collapse; 
}
caption {
	font-weight: bold;
	text-align: left;
}
th, td {
   	vertical-align: top;
	text-align: left;
}



