body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/jv_background.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #EEE8DF;
}
#nav a {
	color: #FF3366;
	text-decoration: none;
	font-size: 14px;
	background-color: #FFFFFF;
	display: block;
	height: 20px;
	border-top-width: 2px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3366;
}
a {
	color: #FF3366;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a.pixelism {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.visitors {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #FFFFFF;
	text-decoration: none;
}
td {
	font-size: 12px;
	color: #666666;
}

.pad-20-all {
	padding: 20px;
}
.pad-20-top-bottom {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.pad-20-top-bottom-right {

	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.pad-20-top-left-right {

	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.pad-20-left {
	padding-left: 20px;
}
.pad-20-right {
	padding-right: 20px;
}
.pad-20-left-5-bottom {
	padding-left: 20px;
	padding-bottom: 5px;
}
.pad-20-right-5-bottom {
	padding-right: 20px;
	padding-bottom: 5px;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	font-size: 12px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 12px;
	height: 150px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	display: inline;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.content-sub-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.text-ff3366 {
	color: #FF3366;
}
.text-00ccff {
	color: #00ccff;
}