.bordergrey {
	border: 1px double #999999;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	letter-spacing: .1em;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.top {
	background-image: url(images/grunge_frame_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.topleft {

	background-image: url(images/grunge_frame_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topright {


	background-image: url(images/grunge_frame_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom {

	background-image: url(images/grunge_frame_08.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomleft {

	background-image: url(images/grunge_frame_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomright {

	background-image: url(images/grunge_frame_09.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.left {

	background-image: url(images/grunge_frame_04.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right {

	background-image: url(images/grunge_frame_06.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.titlebg {
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link, a:visited {
	color:#CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.blackline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.greyline {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.parts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #999999;
}
