body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.main-image {
	position: relative;
	float: right;
	z-index: 0;
	padding-left: 10px;
	padding-top: 10px;
}

a {
	font-weight:normal;
	text-decoration:none;
	color:#03C;
}
a:hover {
	text-decoration:underline;	
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#0033CC;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.report-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#d90045;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 350px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: normal;
}

.section-forecast a{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3CC06C;
	text-align: center;
	text-decoration:underline;
}

.section-personal a{
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F63;
	text-align: center;
	text-decoration:underline;
}


.section-relationship a{
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#939;
	text-align: center;
	text-decoration:underline;
}



.base-bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color: #fff;
	color:#000;
	padding:5px;
	text-align: left;
}

.base-link {
	color:#000;
	font-size:10px;
}


ul.lessIndent {
margin-left: 0em;
padding-left: 0.9em;
}


.report-heading {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.report-body {
	font-size:12px;
	margin-top: 10px;
	line-height: 18px;
}
	
	
.MainHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d90045;
	font-style: italic;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.holdingDIV {
	width: 650px;
	min-height:850px;
}

.FreeFormDIV {
	padding: 10px;
	background-color: #FFF;
	width: 630px;
	
}

.form-labels {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	width:650px;
	padding-bottom: 30px;
	padding-top: 30px;
	}
	#menu ul {
	margin:0;
	list-style:none;
	padding: 0px 0px 0px;
		}
		#menu ul li {
	float: left;
	text-align: center;
	margin-left: 5px;
			}
			#menu ul li a {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

			}
			#menu ul li a:hover {
	color: #0033CC;
			}
			#menu ul li#current {
				background: url(../images/right_cur.gif) right top no-repeat;
			}
			#menu ul li#current a {
	background: url(../images/left_cur.gif) left top no-repeat;
	color: #FFF;
	text-decoration: none;
			}
			

