body, h1, h2, h3, li, p, ul { font-size: 10pt; margin: 0; padding: 0; }

a:link {
	color: #CC6600;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600; text-decoration: none;
}

.p {
 font-size: 10pt; 
 margin: 0; 
 padding: 0; 
}

body {
	background:  url(images/deepyellow.gif);
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 24pt;
	color: #333333;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 4px;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 4px;
	color: #666666;
}

h3 {
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
}

h4 {
	font-size: 18pt;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	padding: 0px;
}

.textSmall {
	font-size: 10pt;
	color: #333333;
}
.textSmallIndent {
  font-size: 10pt;
  color: #333333;
  padding-left: 24px;
}

.smallHeading {
 font-size: 10pt;
 text-decoration: underline;
 color: #333333;
 font-weight: bold;
}

.textSmallBold {
 font-size: 10px;
 text-decoration: underline;
 color: #333333;
 font-weight: bold;
}

.textMedium {
 font-size: 10pt;
}

#maintext {

	width:auto;
	text-align: left;
	/*overflow: visible;*/
}

.dotlink {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	font-weight: bold;
}
.dotlink a:link, .dotlink a:visited {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	font-weight: bold;
}
.dotlink a:hover, .dotlink: a:active {
	color: #FF9900;
	text-decoration:none;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-left: 24px;
	margin-top: 6px;
}

ul ul {
	list-style-position: outside;
	margin-left: 24px;
	margin-top: 6px;
	line-height: 10px;
	list-style-type: circle;
}


li {
	padding-bottom: 4px;
}

hr {
	width: 98%;
	border: none;
	background-color: #FFCC33;
	color: #FFCC33;
	height: 1px;
}


