.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;
}	
.bottomborder {
	background-image: url(images/bottomborder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.topborder {
	background-image: url(images/topborder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.xlarge {
	font-size: x-large;
}

.menutopbkg {
	background-attachment: scroll;
	background-image: url(images/menubarbkg.jpg);
	background-repeat: no-repeat;
}
.large {
	font-size: large;
}


.greybkg {
	background-color: #EBEBEB;
}

.times {
	font-family: "Times New Roman", Times, serif;
}

.lavender {
	color: #837B9C;
}
.blue {
	color: #0E0868;
}
.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;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.darkgrey {
	color: #666666;
}
.small {
	font-size: 10pt;
}
.xsmall {
	font-size: x-small;
}
.xxsmall {
	font-size: xx-small;
}
.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/barimage2.gif);
	background-repeat: repeat;
	background-position: left center;
}
.goldborder {
	border: thin solid #DFB64A;
}

.medgrey {
	color: #999999;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.goldbkg {
	background-image: url(images/goldbkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
