body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/hdr_bk.gif);
	background-repeat: repeat-x;
	background-color: #660066;
	color: #FFCCFF;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.menu_title {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.info {
}
