/* BACKGROUND */

html,body {
	height:100%;
	background-color: #FFFFFF;
	background-image: url(pics/bg-stripes.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	min-width: 812px;
}

/* links */

A {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #333333; LINE-HEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A:hover {
	COLOR: #666666; TEXT-DECORATION: underline}

/* body styles */

.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.select_image {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_smaller {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_smaller_gry {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
#description {
	width: 600px;
	margin-top: -15px;
}