body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
}
.linethintop {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.linethinleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.linethinright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
.linemedium {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3366CC;
}
.linemediumright {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3366CC;
}
.linemediumtop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3366CC;
}
.linemediumleft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3366CC;
}
.linethickcol, .linethicktop, .linethickright, .linethickleft, .linethickbottom {
	border-color:#000000;
}
.linethicktop {
	border-top-width: 10px;
	border-top-style: solid;
}
.linethickright {
	border-right-width: 10px;
	border-right-style: solid;
}
.linethickleft {
	border-left-width: 10px;
	border-left-style: solid;
}
.linethickbottom {
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.grass {
	background-image: url(images/grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.swirl {
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	background-color:#4b012e;
	height: 100%;
}
.blue {
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.text, .head, a {
	color: #9FCFFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.head {
	color: #FF9900;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}

