/* Cells with border */
.area {
	border-top: 1px solid #000080;
	border-left:  1px solid #000080;
	border-bottom: none;
	border-right:  1px solid #000080;
}

.area1 {
	border-top: none;
	border-left:  1px solid #000080;
	border-bottom: none;
	border-right:  1px solid #000080;
}


/* Text */
.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.subtitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.subtitleA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #000080;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}


.bodyA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.bodyB {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;

}

.body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
}


/* Links for Body Text */
.bodylink {
	font-weight: normal;
	color: #000080;
	text-decoration : underline;
}

A:LINK.bodylink {
	font-weight: normal;
	color: #000080;
	text-decoration : underline;
}

A:VISITED.bodylink {
	font-weight: normal;
	color: #000080;
	text-decoration : underline;
}

A:HOVER.bodylink {
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}

/* tag text */
.tag {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #FFFFFF;
}