* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #b8b8b8;
	color:#636363;
	font-size: 11px;
	font-family:arial, sans-serif;
	line-height: 120%;
}


h1, h2, h3, h4, h5, h6 {
   	font-weight:bold;
  	margin-bottom:8px;
	font-size: 100%;
}
h1{
	color:#446982;
	font-size:21px;
	font-weight:normal;
}

h2 {
	color:#b33c18;
}

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:#636363;
}
a:link, a:visited {

}
a:hover {
	color:#636363;
}
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;
}

/* tables */
table {
	caption-side: top;
	empty-cells: show;
}
caption {
	font-weight: bold;
	text-align: left;
	padding-bottom:10px;
}
th, td {
   	vertical-align: top;
	text-align: left;
}


