body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #444444;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#777777;
	background-image: url(../images/shadow_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #CC3366;
}
a:active {
	text-decoration: none;
	color: #006666;
}
.topHeading {
	background-color: #000000;
	background-image: url(../images/logo-for-heading-001.jpg);
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 100px;
	width: 675px;
}
.nav {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px 15px;
	float: left;
	width: 135px;
	border: 0px none;
	background-image: url(../images/me_nav_02.jpg);
	background-repeat: no-repeat;
	height: 950px;
}
.main {
	float: right;
	width: 480px;
	border: 0px none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px;
	overflow: auto;
	height: 920px;
}
.bigBold_01 {
	font-size: 125%;
	font-weight: bold;
}
.bigBold_02 {

	font-size: 150%;
	font-weight: bold;
}
.bigBold_03 {
	font-size: 200%;
	font-weight: bold;
}
.margin_15px {
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
