body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
}

.title {
	font-family: Tahoma;
	color: #000062;
	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: #000062;
	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: #000062;
	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:link,a.link:active,
a.link:visited{
	font-family: tahoma;
	font-size: 12px;
	color: #000062;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #62B0FF;
	background-color: #D9EBFF;
}

a.link:hover
{
	color: #FFFFFF;
	background-color: #000062;
}

.right_dotted {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
}
.border {
	border: 1px solid #000000;
}
