@charset "UTF-8";

a {
	color: #000000;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #999999;
	outline:none;
}

.caption_white {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.caption {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.padding_bottom_20px {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.header_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	width: 550px;
}
.bg_titleline {
	background-image: url(../images/index/bg_titleline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_subtitleline {
	background-image: url(../images/index/bg_subtitleline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.border_image {
	border: 2px solid #CCCCCC;
	padding: 5px;
}
.image_padding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
a img {
border: none;
}.border_10padding {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.links_grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
