﻿.text {
	font-size: 11px;
}

.title {
	letter-spacing: 5px;
	
}

.welcome {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:medium;

}
.bk {
	background-image: url(bk.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	/*filter: Alpha(Opacity=68, );*/
}

.txt {
	line-height: 30px;
}

body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(bk.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;


}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
