.mainbg {
	background-image: url('images/bg-stripes.gif')
}

.greyborder {
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #848484;
	
}

.greytop {
	background: #DADADA;;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-style: solid;
}

.header-top {
	background-color: #2364E9;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-style: solid;
}

.header-bottom {
	background-image: url('images/bg-header.gif');
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
	border-style: solid;
}

.white {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10px;
}

.weightline {
	background-color: #2364E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
	border-style: solid;
}

.columntop {
	background-image: url('images/bg-column.gif');
}

.columnbottom {
	background-color: #3C7CEE;
}

.header {
	color: #000000;
	font-family: Century Gothic, Verdana, sans-serif; 
	font-size: 24px;
}

td {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

.link {
	color: #609CFF;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
}

.link:hover {
	color: #EF9B38;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: underline;
}

.tableft {
	background-color: #3C7CEE;
	background-image: url('images/curve-topleft.gif');
	background-position: top left; 
	background-repeat: no-repeat;
}

.tabright {
	background-color: #3C7CEE;
	background-image: url('images/curve-topright.gif');
	background-position: top right; 
	background-repeat: no-repeat;
}

.bottomleft {
	background-color: #FFFFFF;
	background-image: url('images/curve-bottomleft.gif');
	background-position: bottom left; 
	background-repeat: no-repeat;
}

.bottomright {
	background-color: #FFFFFF;
	background-image: url('images/curve-bottomright.gif');
	background-position: bottom right; 
	background-repeat: no-repeat;
}

.tab {
	background-color: #3C7CEE;
}

.bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #3C7CEE;
	border-style: solid;	
}

.tabbody {
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-color: #3C7CEE;
	border-style: solid;	
}


.title {
	color: #609CFF;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.title:hover {
	color: #EF9B38;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.form {
	color: #7B7B7B;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	border-color: #7B7B7B;
	border-width: 1px;
	border-style: solid;
}

.tabletop {
	border-right: solid 1px white;
	background-color: #3C7CEE;
}

.table {
	border-left: solid 1px #3C7CEE;
	border-bottom: solid 1px #3C7CEE;
}

.tableend {
	border-left: solid 1px #3C7CEE;
	border-right: solid 1px #3C7CEE;
	border-bottom: solid 1px #3C7CEE;
}

.agentpopup {
	position:absolute;
	border-style:solid;
	border-width:1px;
	border-color:black;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	display:none;
	background-color: white;
}
