.bgimage {
	background-image: url(assets/left-border.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	min-height:250px;
}
.bgimg2 {
	background-image: url(assets/right-border.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right top;
	min-height:250px;
	
}
body {
	background-image: url(assets/bg.jpg);
	background-color: #F9F9F9;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
}
a:link {
	color: #39F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9C0;
}
a:active {
	text-decoration: none;
}
.boldtype {
	font-weight: bold;
}
.greentype {
	color: #FCAF21;
	font-weight: bold;
	font-size: 16pt;
}

