@charset "UTF-8";
body {
background-color: #e5e5e5;
background-image: url(images/bg/bg.gif);
margin-left: 0px;
margin-top: 0px;
}
.title {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}
.panel-caption {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.body-text {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
}
.body-text-black {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #000000;
}
.body-text-black-bold {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.body-text-workshop-bullet {
	font-family: times new roman, serif;
	font-size: 12px;
	line-height: 13px;
	color: #555555;
}
.body-10px {
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.body-10px-black {
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #555555;
}
.related {
	font-family: verdana;
	font-size: 9px;
	line-height: 11px;
	color: #999999;
}
.body-text a:link, a:active {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.body-text a:hover {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.body-text a:visited {
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.captions {
	font-family: verdana;
	font-size:9px;
	line-height: 14px;
	color: #999999;
}
.captions-italic {
	font-family: verdana;
	font-size:9px;
	line-height: 11px;
	color: #999999;
	font-style: italic;
}
.image-bottom-5px {
	padding-bottom: 5px;
}
.image-border-1px {
	border: solid #CCCCCC thin;
}

.image-border-left {
border-left: solid #CCCCCC thin;
border-top: solid #CCCCCC thin;
border-bottom: solid #CCCCCC thin;
}
.image-border-right {
border-right: solid #CCCCCC thin;
border-top: solid #CCCCCC thin;
border-bottom: solid #CCCCCC thin;
}