body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	font-size: 12px;
	color: #333;
	border: 0px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}

div#wrapper{
	width: 600px;
	background-image: url(http://www.connectpress.com/directory/images/header_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px dotted #ccc;
	border-collapse: collapse;
}
#mastertable{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-collapse: collapse;
}

#mastertable td{
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

#entrytable{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	border-collapse: collapse;
}

#linkdata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 570px;
}

.header {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	color: #000099;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
}

.leftcol{
	width: 150px;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.leftcol_err{
	width: 150px;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
}
.centercol{
	width: 50px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	border-spacing: 1px 0px;
}
.rightcol{
	background: transparent;
	border-bottom: 1px dotted #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	width: 400px;
}
.spancol{
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.bottom_border{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

}
.blacktext {
	color: #000000;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}
.yellowtext {
	color: #FFFF00;
}
.greybg {
	background-color: #CCCCCC;
}
.redbg {
	background-color: #FF0000;
}
.greenbg {
	background-color: #009900;
}

.errmsg {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}
