body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #968a83;
}

img{
  border-style:none;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.subtitle-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#00809e;
}

.subtitle-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cd0083;
}

.subtitle-4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#cd0083;
}

.subtitle-5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
}

.subtitle-6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#00809e;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}

a.black:link, a.black:visited{
  color:black;
  text-decoration:none;
}

a.black:hover{
  color:#FF6600;
  text-decoration:underline;
}

a.gery:link, a.gery:visited{
  color:#666666;
  text-decoration:none;
}

a.gery:hover{
  color:#FF6600;
  text-decoration:underline;
}

.orangefont{
	color:#ff6600;
}

#wrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
}

#popup{
  position:absolute;
	right:20px;
	top:130px;
	width: 450px;
	z-index:1;
	background:#fff url(images/title_pop.gif) no-repeat 15px 10px;
	padding:10px;
	font:12px Arial;
	border:#ccc 1px solid;
}


.firstLetter{
  display: block;
	width:27px;
  float: left;
  font-size:2em;
	margin-top: -0.4em; /* use -0.205em for two lines */
	color:#00809e;
	font-family:times;
	font-weight:bold;
}
