/*used in header div to highlight keywords phrase*/
h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

/*used in header div for rental title*/
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0066CC;
	padding-bottom: 10px;
	font-weight: bold;
}

/*used for all titles*/
h3 {
	font-size: 22px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	font-weight: normal;
}

h3 .date {
	font-size: 11px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	color: #FF9900;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 80px;
	padding-bottom: 0px;
	padding-top: 15px;
	line-height: 150%;
}

/*used for messages on forms and so has an arrow and padding to keep the text in line*/
h6 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight: normal;
/*	background-image: url(thanks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/	padding-left: 80px;
/*	padding-top: 5px;
*/	padding-bottom: 15px;
}

.title {
	font-weight: bold;
	padding-top: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.subtitle {
/*	padding-top: 20px;
*/	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.bluetext {
	color: #0099FF;
}


.chiptechtitle {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 200%;
}

/*adds formatting to the highlighted text*/
.highlighttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 3px;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 11px;
	text-transform: uppercase;
}

.smaller {
	font-size: 10px;
	text-transform: uppercase;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}
/*

.centre {
	text-align: center;
}
*/
.texthighlight {
	font-weight: bold;
	color: #0099FF;
}

.textaccent {
	font-weight: bold;
	color: #FF9900;
}

.newstitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textright {
	text-align: right;
}
