/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: 000000;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	color: 000000;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.topcontact {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px
}

.toplinks
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 340px;
}
.toplinks A
{
	color: #ffffff;
	text-decoration: none;
}
.toplinks A:hover
{
	text-decoration: none;
}

.navigation
{
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	color: #000000;
	font-size: 11px;
}
.navigation A
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.navigation A:hover
{
	color: #656798;
	text-decoration: none;
	font-size: 11px;
}
.titlegreen
{
	color: #6B9968;
	font-size: 13px;
	font-weight: bold;
}
.mainbody
{
	color: #000000;
	font-size: 12px;
}
.question
{
	color: #666699;
}


/*- LIST --------------------------- */ 


ul.list1 {
	  list-style: square; /* wide image for the bullet */
	  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
	  padding-left: 0;
	  line-height: 20px;

}
ul.list1 li {
  	margin-left: 0;
  	padding-left: 0;     /* distance between marker and text */
  	margin-bottom: 5px; /* a little spacing between list items */
	line-height: 20px;
}


ol {
	  padding-left: 2em;
	  line-height: ;

}
ol li {
  	margin-bottom: 0.5em; /* a little spacing between list items */
	line-height: 20px;

}


/*- COPYRIGHT --------------------------- */ 

.copyright {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
	
}
.design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.design A {
	color: #000000;
	text-decoration: none;
}