/*   ////////////////////////
    ///
   ///				texts
  ///			  	 
 //////////////////////// */

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #7b7b7a;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #cc2222;
	margin: 0 0 27px 0;
}

h1 span {
	background-color: #FFFFFF;
	padding: 0 10px 0 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/*   ////////////////////////
    ///
   ///				headings
  ///			  	 
 //////////////////////// */

.contZoneHeader {
	height: 20px;
	padding: 4px 10px 0 10px;
	text-align: left;
	background-color: #c8d270;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}






.title {
	font-weight: bold;
}

/*   ////////////////////////
    ///
   ///				lists
  ///			  	 
 //////////////////////// */

ul {
	margin: 0 0 10px 25px;
	padding: 0;
}

li {
	list-style-type: circle;
	margin: 0 0 2px 0;
	padding: 0px 0 0px 0;
}

ul.listOfLinks {
	margin: 0 0 0 0;
	padding: 0;
}

ul.listOfLinks li {
	list-style-type: none;
	background: url(../images/list-border.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 6px 0 6px 2px;
}

/* ///
  ///		
 /// */

ul.noBullet {
	list-style-type: none;
	margin: 0 0 10px 0;
}

/*   ////////////////////////
    ///
   ///				definition lists
  ///			  	 
 //////////////////////// */



/* ///
  ///		
 /// */
 


/*   ////////////////////////
    ///
   ///				lines
  ///			  	 
 //////////////////////// */

.line {
	background: url(../images/list-border.gif) 0 50% repeat-x;
}
