/*
Title: CSS
Author: Susie Lin, susie@designformat.com
2006 Nov 22: Created

*/

body {
	background-image: url(images/background.jpg);
}
a:link {
	color: 660000;
	text-decoration: none;
}
a:visited {
	color: 660000;
	text-decoration: none;
}
a:hover {
	color: 79B058;
	text-decoration: none;
}
a:active {
	color: 660000;
	text-decoration: none;
}
body,td,th {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
}
.content_cell{
	background-image: url('images/flowercorner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.style1 {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration : none;
}