.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.border1 {
	border: 1px solid #666666;
}
.link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.link:hover {
	color: #0000FF;
	text-decoration: none;
}
.curve {
	background-attachment: fixed;
	background-image: url(images/curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

}
.link2 {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.link2:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.curve2 {
	background-attachment: fixed;
	background-image: url(images/curve2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

}
.border-ltr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
.background {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	text-align: justify;
}
.link3 {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.link3:hover {
	color: #99CCFF;
}
.border-lbr {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.justify {
	text-align: justify;
}
.backdrop {
	background-image: url(images/background2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;

}
.whitetext {
	color: #FFFFEE;
}
