body {
	background-image: url(/img/back.jpg);
	background-color: #90D3CD;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.style1 {font-size: 10px}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FAFCCE;
	font-style: italic;
	font-variant: small-caps;
}
.style3 {font-size: 9px}
.style4 {font-size: 14px;text-decoration: none;}
a:link {
	color: #333333;
	/*text-decoration: none; */
}
a:visited {
	/*text-decoration: none;*/
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #9900FF;
}
a:active {
	/*text-decoration: none;*/
	color: #333333;
}
.img_shadow
{
	background: url(/img/shad.gif) no-repeat right bottom;
} 
.s_img
{
	border: 5px solid #f3ffd9;
/*	padding: 3px;
	background-color: White;*/
} 
li
{
	list-style-image: url(images/bullet.gif);
}