@charset "utf-8";
/* CSS Document */

/*--------------------------------------------Basic Page Properties---------------------------------- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




/*--------------------------------------------Page Def---------------------------------- */

.container {
	margin: 0 auto;
	width: 776px;
}
.menu {
	background-image: url(images/indexcrop_04.gif);
}
.title {
	background-color: #FFFFFF;
	padding: 10px;
	color: #FF5C01;
	font-weight: bold;
	font-size: 22px;
}
.content {
	background-color: #FFFFFF;
	padding: 15px;
}
.greenhighlight{
	color: #6ACD24;
}
.orangehighlight {
	color: #FF5C01;
}
.leftside {
	width: 79px;
	background-image: url(images/indexcrop_12.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 330px;
}
.rightside{
	width: 80px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/indexcrop_15.gif);
}
.leftart {
	width: 97px;
	background-image: url(images/indexcrop_13.jpg);
	background-repeat: no-repeat;
}
.btmart {
	background-image: url(images/indexcrop_17.gif);
}
