/* Default CSS Stylesheet for a new Web Application project */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.leftmenu
{
	background-color: white;
}
body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style7 {
	font-size: 12px;
	font-weight: bold;
}
a {
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CC00FF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style8 {
	font-size: 18px;
	font-weight: bold;
}
.style9 {
	font-size: 14px;
	font-weight: bold;
}