
/* General Elements */
/* ----------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	/*background: #FBFBDA;*/
	/*background-image: url(images/main/body_bg.jpg);*/
	background-position: left;
	background-repeat: repeat-y;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
  
p {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
}

.new {
	line-height: 120%;
	margin-bottom: 4px;
	margin-top: 5px;
}

h1 {
	font-size: 14px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #C27317;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	font-family: Verdana,Arial,Sans-serif;
	color: #999999;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}

h3 {
	font-size: 12px;
	font-family: Verdana,Arial,Sans-serif;
	color: #996699;
	font-weight: bold;
	padding-top: 16px;
	margin-bottom: 0px;
}

/* Content*/
/* ----------------------------------------------------- */


#bodyMargins{
	margin-right: 0px;
	margin-left: 30px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
.caption {
  color:#1C697F;
  font-size:11px;
  font-family: Arial, Verdana, sans-serif;
  line-height: 115%;
  margin-top: 0px;
  margin-left: 8px;
  }

/* Navigation */
/* ----------------------------------------------------- */
.nav {
	position: relative;
	/*color: #6B4EA8;*/
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
td.off {
  /*background: #E2E2E2;*/
  background: #999999;
  text-align:center;
  }
td.on {
  background: #F7931D;
  text-align:center;
  color: #ffffff;
  font-weight: bold;
  }

/* Footer JM: good*/
/* ----------------------------------------------------- */
#footer {
	font-size: 85%;
	line-height: 140%;
	color: #333333;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: right;
}

#footer a:link, #footer a:visited {
	white-space: nowrap;
	color: #999999;
	text-decoration: none;
}

/*
a.navSide {
	position: relative;
	color: #6B4EA8;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 0px;
}

a.navSide:hover {
	position: relative;
	color: #6B4EA8;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	margin-bottom: 6px;
	margin-top: 0px;
}

a.navSideOn {
	position: relative;
	color: #6B4EA8;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	margin-bottom: 6px;
	margin-top: 0px;
}*/
