@charset "utf-8";

* { margin:0 auto; padding:0; }

html{ font-size: 100%; } 

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #323232;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
  	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
p {
	margin: 0px;
	padding-bottom: 20px;
	line-height: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
}
a img { 
	border:0; 
}

a {
	color:#D90909;
	text-decoration:none;
}

a:hover {
	color:#C00;
}

.highlight1 {
	font-weight: bold;
}

.highlight2 {
	color: #F00;
}

.highlight3 {
}

.note1 {
	font-style: italic;
}

.note2 {
	color: #999;
}

.note3 {
}

.large {
	font:12px Arial, sans-serif;
}
.larger {
	font:13px Verdana, sans-serif;
}
.largest {
	font:14px Verdana, sans-serif;
}
.small {
	font:10px Verdana, sans-serif;
}
.smaller {
	font:9px Verdana, sans-serif;
}
.smallest {
	font:8px Verdana, sans-serif;
}

.imgBorder {
	border: 1px solid #333;
}

hr {
	border-top-width: 1px;
	height: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.hr_brown {
	background-image: url(../image/layout/bg-divider-brown.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.hidden {
	display: none;
}

blockquote {
	margin-left:50px;
	padding:10px 10px 10px 40px;
	background:url(../images/blockquote.jpg) top left no-repeat;
	margin-bottom:1em;
	line-height:1.2em;
	font-style:italic;
}

table td { 
	padding:1px;
}
