.cellPadTop {
	padding: 5px 5px 0px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(images/backgrounds/title.gif);
}
.cellPadRight {
	padding: 5px 10px 5px 5px;
}
.cellPadLeft {
	padding: 5px 5px 5px 10px;
}
.cellPadMid {
	padding: 5px;
}
.cellPadBottom {
	padding: 5px 5px 10px;
}
.copyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cellPadSpan {
	padding: 5px 10px;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.designDelimTop {
	background-image: url(images/design/delim_top.gif);
}
.designDelimLeft {
	background-image: url(images/design/delim_left.gif);
}
.designDelimBottom {
	background-image: url(images/design/delim_bottom.gif);
}
.bulletList {
	list-style-image: url(images/bullet.gif);
}
.bulletList2 {
	list-style-image: url(images/checkmark.gif);
}
.red {
	color: #CC0000;
}
.orange {
	color: #CC6600;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: blue;
}
.imageBorder {
	border: 1px solid #666666;
}
hr {
	color: #666666;
}
.elementText {
	font-family: Courier, mono;
	font-size: 11px;
	line-height: 16px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC9933;
}
.orange {
	color: #CC6600;
}
.green {
	color: #339933;
}
.cellPadAll {
	padding: 5px;
}
.disabledField {
	background-color: #CCCCCC;
	background-image: url(images/backgrounds/metal.gif);
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.categoryText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.myTextArea {
	width:680px;
	height:40px;
	overflow:auto;
}