.pen {
	background-image: url(images/pen_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #946C3A;
	font-weight: bold;
}
.dotted {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
}
.box {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.menu {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
}
