body {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #CC66FF;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 18px;
}
h6 {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.info {
}

