body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
}
a.link:link,a.link:active,a.link:visited{
	background-image: url(images/button3.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	width: 195px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

.title {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	line-height: 30px;
}

.subtitle {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	line-height: 30px;
}

.subtitle-black {
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
	line-height: 30px;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.bgd {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bgd2 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bgd2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.white {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
}

a.link:hover{
}
a.link2:link,a.link2:active,a.link2:visited{
	background-image: url(images/button4.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	width: 195px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}
a.link2:hover{
	background-image: url(images/button3.gif);
li {
	font-size: 12px;
	color: #000000;
	list-style-image: url(images/bullet.gif);
}


.right_dotted {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
}
.border {
	border: 1px solid #000000;
}
