.leftnav {
	font-family: Tahoma;
	font-size: 11px;
	color: #3A63A1;
	text-decoration: none;
	font-weight: bold;

}
.leftnav:hover {
	color: #6587D1;
}.leftcolumn {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #D5D5D5;
}
.leftcolumnCopy {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D5D5D5;
}

.register {
	font-family: Terminal;
	font-size: 11px;
	color: #9C4335;
	text-decoration: none;
}
.register:hover {
	color: #C46E53;
}
.loginform {
	color: #739332;
	border: 1px solid #739332;
	font-family: Terminal;
	font-size: 12px;
}
.tablegreyborder {
	border: 1px dashed #CCCCCC;
}
.button {
	font-family: Terminal;
	font-size: 11px;
	color: #ffcc00;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #000000;
}
.fieldnames {

	font-family: Terminal;
	font-size: 11px;
	color: #336600;
	text-decoration: none;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 11px;

}
.border1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
}
.border2 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dcdcdc;
}
.copyright {
	color: #E0E0E0;
	font-size: 10px;
}
.yellow {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
a {
	color: #2C6BBA;
	text-decoration: none;
}
.form {
	background-color: #F6F6F6;
	border: 1px solid #D0D0D0;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.red {
	color: #990000;
}
.gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;

}
.dottedbottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;

}
body {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 11px;
}
ul {
	padding-top: 1px;
	padding-bottom: 1px;
}
li {
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-image: url(images/bluebullet.gif);

}
.smallWhite {
	font-size: 10px;
	color: #FFFFFF;

}
.smallYellow {
	font-size: 10px;
	color: #ffcc00;

}
a:hover {
	color: #9AC0EF;
}
.orange {
	color: #8A3009;
}
.orange:hover {
	color: #BF420D;
}.bottomline {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;

}
.topline {

	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.yellow2 {

	font-family: Tahoma;
	font-size: 11px;
	color: #FDD57C;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
	font-size: 11px;

}
.button2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #F3F3F3;
	background-image: url(images/topredbg.gif);
	border: 1px solid #5E1F00;
}
.huge {
	font-family: Tahoma;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	word-spacing: normal;

}
.black {

	color: #000000;
}
.padded {
	line-height: 12px;
	margin: 8px;
}
.bigyellow {
	font-size: 24px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
.whitesmall {

	color: #CCCCCC;
	font-size: 10px;
}
.agreement {

	color: #C0C0C0;
	font-size: 9px;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
div#throbberDiv {
	display:none;
	position:absolute;
	left:-1000px;
	top:-1000px;
}
div#throbberDiv .throbber {
	background-color: #FEFEDE; 
	padding:4px; 
	border: thin #00FF99 groove;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #363636;
}.largertext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.boldbigtext {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}


.largertextBlue {

	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #3A63A1;
}
.largertextYellowBG {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #FFFF00;
	background-repeat: no-repeat;
}
