.bold {
	font-weight: bold;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.regular2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}	
.lavender {
	color: #837B9C;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.caption {
	font-size: 11px;
}
.greyborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;

}
.header {
	font-family: "Tw Cen MT", Arial;
	font-size: 11pt;
	color: #CCCCCC;
}
.text {
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
}
.darkgrey {
	color: #666666;
}
.small {
	font-size: 10pt;
}
.medium {
	font-size: 12pt;
}
}
.norepeat {
	background-repeat: no-repeat;
}
.grey {
	color: #CCCCCC;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
}
.border {
	border: thin solid #666666;
}
.borderright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bordertop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}
a.plain{
	text-decoration: none;
}
.bkgright {
	background-color: #C6C3Ce;
	background-image: url(Images/bkgpiece.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.expandbkg {
	background-image: url(Images/barimage.gif);
	background-repeat: repeat;
	background-position: left center;
}
.medgrey {
	color: #999999;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

