html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: F00000;
}
a.greylink {
	color: #666666;
	font-weight: normal
}
a.greylink:hover {
	color: #003399;
	font-weight: normal
}
a.greylinkbold{
	color: #666666
}
a.greylinkbold:hover {
	color: #003399
}
a.blacklinkbold {
	color: #000000
}
a.blacklinkbold:hover {
	color: #666666
}
.arial11black {
	font-weight: normal;
	color: #000000
}
.arial11blackBold {
	font-weight: bold;
	color: #000000
}
.arial10greyBold {
	font-size: 10px;
	font-weight: bold;
	color: #666666
}
.arial10grey {
	font-size: 10px;
	font-weight: normal;
	color: #666666
}
.arial11greyBold {
	font-size: 11px;
	font-weight: bold;
	color: #666666
}
.arial11grey {
	font-size: 11px;
	font-weight: normal;
	color: #666666
}
.arial10blue {
	font-size: 10px;
	font-weight: normal;
	color: #000000
}
.tcpad_bottom2 {
	padding-bottom: 2px
}
.tcpad_bottom6 {
	padding-bottom: 6px
}
.arial11red {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000
}
.arial14black {
	font-size: 14px;
	font-weight: normal;
	color: #000000
}
.arial16black {
	font-size: 16px;
	font-weight: normal;
	color: #000000
}
.tcpad_topbottom4 {
	padding-bottom: 4px;
	padding-top: 4px
}
.tcpad_topbottomb {
	padding-bottom: 10px;
	padding-left: 6px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.textbox {
	color: #666666;
	font-size:10px;
	width: 200px;
}
.error_field {
	border: 1px solid #FF0000;
}
