* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	font-size: 0.7em;
}

h1 {
	font-size: 1.9em;
	padding: 0 0 15px 0;
	color: #f37421;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	color: #000;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	padding: 0 0 7px 0;
	color: #000;
}
p {
	line-height: 1.4em;
	padding: 0 0 15px 0;
}
ul {
	margin: 0 0 0 30px;
	padding: 0 0 15px 0;
	list-style: disc;
/*	list-style-image: url(../images/design/bullet.gif);		*/
}
ol {
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;
}
ul li, ol li {
	padding: 0 0 10px 0;
}
ul ul, ol ul, ul ol {
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	list-style: none;
	list-style-image: none;
}
li li {
	padding: 0 0 5px 0;
}
ul ul ul, ol ul ul, ol ol ul, ol ol ol, ol ol ul, ul ul ol {
	font-size: 0.9em;
}
a {
	color: #f37421;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	margin: 0 0 15px 0;
	font-family: Arial, Verdana, sans-serif;
}
table td, table th {
	padding: 6px 6px;
}
table th {
	background-color: #fedfc7;
}
table td {

}
table td a {
	text-decoration: none;
}
table td a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border-top: 1px solid #CCC;
}

.clear {
	clear: both;
}
.floatLeft {
	float: left;
	margin: 0 12px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 12px;
}
.txtLarge {
	font-size: 1.4em;
}
.txtSmall {
	font-size: 0.85em;
	color: #666;
}
/*
.highlite {
	font-size: 1.2em;
	color: #465b9f;	
}	*/
.dotted {
/*	background-image: url(../images/design/bkg_dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;			*/
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #000;
}
.quote {
	font-size: 14px;
	color: #3f5900;
}
.black {
	color: #000;
}
.green {
	color: #4a630f;
}
.tableBorderBlack {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
div.orangeBox {
	background-color: #fbba8c;
	padding: 15px 20px 0 20px;
	margin: 0 0 25px 0;
}
