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

body{
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	line-height: 31px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 17px;
	line-height: 22px;
	padding: 4px 0 4px 0;
}
blockquote {
	text-indent: 20px;
}

#main-wrappercc {
	width: 750px;
	margin: 20px auto 20px auto;
}
#bannercc {
}
#contentcc {
	background-image: url(../images/banner_new.gif);
}
#margincc {
	clear: both;
	text-align: right;
	padding-right: 62px;
	display: none;
}

#left-bordercc {
	float: left;
	width: 62px;
	height: 1px;
}
#main-contentcc {
	float: left;
	width: 626px;
	padding-left: 10px;
}
#right-bordercc {
	float: right;
	width: 62px;
	height: 1px;
}

#navigationcc {
	clear: both;
	display: none;
}
#lower-navcc {
	background-color: #cccc66;
	clear: both;
	text-align: center;
	padding: 8px 0 8px 0;
	display: none;
}
#footercc {
	background-color: #99cc33;
	clear: both;
	text-align: center;
	padding: 4px 0 4px 0;
	display: none;
}
.clearboth {
	clear: both;
}
.buttoncolour {
	color: #000;
	background-color: #339933;
}

a {
	color: #000;
}


.borderimages {
	border: 2px solid #000000;
	margin: 5px 10px 5px 0;
	float: left;
}
.unorderedlist {
	list-style-type: disc;
	text-indent: 20px;
	list-style-position: inside;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
/* HR rule */
.rule {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #676767;
	text-align: center;
	margin: 5px 0 5px 0;
	width: 626px;
}
/* lists*/
.orderedlist {
	list-style-type: lower-alpha;
	text-indent: 20px;
	list-style-position: inside;
}
.orderedlistnum{
	list-style-type: decimal;
	padding-left: 20px;
}
.orderedlistnum li, .orderedlistli {
	margin-bottom: 8px;
}
/* Images*/
.borderimageslong {
	border: 2px solid #000000;
	margin: 5px 0 5px 0;
}
.stock-price{
	display: none;
}
