body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/cnt_bk.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFCC99;
}
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;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCC99;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F69A4C;
}
#menu a:active {
	color: #000000;
	text-decoration: none;
}
#sitedesign a:link {
	color: #000000;
	text-decoration: none;
}
#sitedesign a:visited {
	color: #000000;
	text-decoration: none;
}
#sitedesign a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F69A4C;
}
#sitedesign a:active {
	color: #000000;
	text-decoration: none;
}
.info {
}

