body {
	background-color: #FFFFFF;
        margin: 10px 0px 0px 10px;
	font-family: verdana, arial;
	font-size: 12px;
        color: #075F42;
        line-height:16px;
}
form
{
	margin:0px;
}
a:link {
        font-family: verdana, arial;
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}
a:visited { 
        font-family: verdana, arial;
	color: #993366; 
	text-decoration: underline;
	font-weight: bold;
}
a:hover { color: #C000C0; }
a:active { color: #FFC0FF; }

.reg {
	font-family: verdana;
	font-size: 12px;
        color: #075F42;
        line-height:16px;
}
a.reg:link, a.reg:visited {
	font-family: verdana;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
        color: #800080;
        line-height:16px;
}
a.reg:hover {
	font-family: verdana;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
        color: #C000C0;
        line-height:16px;
}
.bld {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
        color: #075F42;
        line-height:16px;
}

.obj {
	font-family: "arial narrow";
	font-size: 13px;
        color: #075F42;
        line-height:17px;
}
.small {
	font-family: verdana;
	font-size: 11px;
        line-height:15px;
}
a.small:link, a.small:visited {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
        color: #800080;
        line-height:15px;
}
a.small:hover {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
        color: #C000C0;
        line-height:15px;
}
.tiny {
	font-family: verdana;
	font-size: 10px;
        color: #075F42;
       line-height:14px;
}
a.tiny:link, a.tiny:visited {
	font-family: verdana;
	font-size: 10px;
        color: #800080;
	font-weight: normal;
	text-decoration: underline;
        line-height:14px;
}
a.tiny:hover {
	font-family: verdana;
	font-size: 10px;
        color: #C000C0;
	font-weight: normal;
	text-decoration: underline;
        line-height:14px;
}
.hdr-wht {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
        line-height:19px;
}
.hdr-grn {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #075F42;
        line-height:19px;
}
.hdr-pur {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
        line-height:19px;
	color: #660066;
}
p       {
	text-align: justify;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.imgB {
	border-color: #075F42;
}