body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #505050;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/********** links **********/

a:link {
	color: #5577FF;
	text-decoration: none;
}

a:visited {
	color: #5577FF;
	text-decoration: none;
}

a:hover {
	color: #7799FF;
	text-decoration: underline;
}

a:active {
	color: #7799FF;
	text-decoration: underline;
}

/********** images styles **********/
img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    border: 0px;
}

/********** p **********/

p {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

/********** div **********/

.dparaheader {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #999999;
}

.dpageheader {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
    color: #808080;
}


a.menu:link {
	color: #4455DD;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border-left: 2px solid #99aaff;
	border-top: 2px solid #99aaff;
	border-right: 2px solid #223377;
	border-bottom: 2px solid #223377;
}

a.menu:visited {
	color: #4455DD;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border-left: 2px solid #99aaff;
	border-top: 2px solid #99aaff;
	border-right: 2px solid #223377;
	border-bottom: 2px solid #223377;
}
a.menu:hover {
	color: #5577FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	border-left: 2px solid #99aaff;
	border-top: 2px solid #99aaff;
	border-right: 2px solid #223377;
	border-bottom: 2px solid #223377;
}
a.menu:active {
	color: #5577FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	border-left: 2px solid #99aaff;
	border-top: 2px solid #99aaff;
	border-right: 2px solid #223377;
	border-bottom: 2px solid #223377;
}

.menuheader{
	border-top: 1px solid #223377;
	border-bottom: 1px solid #223377;
}

.itemhead{
	valign: top;
	font-weight: bold;
	color: #3333dd;
}
.itemdescriptor{
	font-size: 9.75px;
	valign: top;
	color: #777799;
}
.itemtail{
	color: #339933;
}
.item{
	color: #333333;
	border-bottom: 1px solid #333333;
}

.dcontent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
    color: #808080;
}

.dcontentm {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
    color: #505050;
}

.dcontentu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: top;
    color: #505050;
}

