.title {
	font-weight: bold;
	font-size: 14px;
}


/*used in header div for logo caption text*/
h1 {
	font-size: 20px;
	color: #CCCCCC;
	font-weight: normal;
	padding-top: 120px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

/*used for sidecontent heading text*/
h2 {
	font-size: 28px;
	color: #000000;
	padding-bottom: 8px;
	line-height: 120%;
	font-weight: normal;
}

/*used for sidecontent keyword text*/
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 8px;
	line-height: 140%;
}

/*used for first paragraph page text*/
h4 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 30px;
}

/*used for page text titles*/
h5 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 30px;
}

.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;
}
