@charset "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin:0px;
	background-image:url(images/bgstripe_home.jpg);
	background-repeat: repeat-x;
	}

a {text-decoration:none;}
a:link {color: #8bb00c}     /* unvisited link */
a:visited {color: #8bb00c}  /* visited link */
a:hover {color: #8bb00c; text-decoration:underline;}   /* mouse over link */
a:active {color: #8bb00c; text-decoration:underline;}   /* selected link */

a.links2 {text-decoration:none;}
a.links2:link {color: #8bb00c}     /* unvisited link */
a.links2:visited {color: #8bb00c}  /* visited link */
a.links2:hover {color: #8bb00c; text-decoration:underline;}   /* mouse over link */
a.links2:active {color: #8bb00c; text-decoration:underline;}   /* selected link */


a.footer {text-decoration:none;}
a.footer:link {color: #8bb00c}     /* unvisited link */
a.footer:visited {color: #8bb00c}  /* visited link */
a.footer:hover {color: #8bb00c; text-decoration:underline;}   /* mouse over link */
a.footer:active {color: #8bb00c; text-decoration:underline;}   /* selected link */
	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	
}
ul {
	list-style-type: square;
	list-style-position: outside;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	
}


.testi {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 14px;
	color: #666666;
	
}

.testiname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#reviews {
	padding:20px 5px 0px 5px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

