/* CSS Document */

body { 
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
	width: 704px;
}

.linkBg {
	background-image: url(../images/linkBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 704px;
}
.linkBg1 {
	background-image: url(../images/linkBg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 600px;
}
.link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.link:hover {
	text-decoration: none;
	color: #680001;
}
.link:active {
	text-decoration: none;
	color: #FFFFFF;
}
.link1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.link1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.link1:hover {
	text-decoration: none;
	color: #67CD00;
}
.link1:active {
	text-decoration: none;
	color: #FFFFFF;
}
.botBG {
	background-image: url(../images/botBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	width: 704px;
}
.text {
	font-family: "BellGothic BT";
	font-size: 14px;
	font-weight: normal;
	color: #383838;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
}
.title_text {
	font-family: "BellGothic BT";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
a.special:link {
     color: #680001;
	 text-decoration: underline;
     }

a.special:visited {
     color: #000000;
     background-color: #FFFFFF;
     }

a.special:hover {
     color: #FFFFFF;
     background-color: #000000;
     text-decoration: none;
     }

a.special:active {
     color: #000000;
	 text-decoration: underline;
     }