/* GENERAL STYLES */
#textContent
{
   font-size: 9pt;
   padding-left: 10px;
   min-height: 280px;
   float: right;
   border-left: #ddd 1px solid;
   width: 570px;
}

#textContent h1 {
	font-size:10pt;
	font-weight: bold;
	color:#88a04c;
	margin: 8px;
}

#teaser {
	clear:both;
	background-color:#eef7d8;
	border: 1px solid #a1cb30;
	padding: 3px;
	margin: 15px 15px 20px 5px;
	color: black;
}

#teaser h1 {
	font-size:10pt;
	font-weight: bold;
	color:#88a04c;
	margin: 0px;
}

#bodyText {
	height: 100%;
	margin:5px 20px 10px 50px;
	color:black;
	clear:both;
}

#bodyText img {
   margin: 5px 10px 5px 0px;
   border: none;
}

#bodyText img #Details {
   margin:0px;
   border: outset #DD002A 1px;
}

#bodyText h1 {
	font-size:10pt;
	font-weight: bold;
	color:#88a04c;
	margin: 0px;
}

#bodyText h2 {
   font-size: 10pt;
   font-weight: normal;
   margin-top: 10px;
   margin-bottom: 0px;
   color:#88a04c;  
}

#bodyText p
{
   margin-top: 0px;
}

#bodyText ul {
   list-style-image: url(Style/bullet_01.jpg);
}

#bodyText li {
   position: relative;
   left: -25px;
}

#bodyText ul a {
   color: black;
   text-decoration: none;
}

#bodyText ul a:hover {
   color:#DD002A;
   text-decoration: underline;
}

table {
   border: none;
}

td {
   vertical-align: top;
}

a {
   color: #DD002A;
   text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* EDITOR PROPERTIES */
