body	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
	font-family: verdana, helvetica, serif;
	color: #515151;
}
TD, td, .BodyText, div	{
	font-family: verdana, helvetica, serif;
	font-size: 11px;
	line-height: 14px;
	color: #515151;
}
#catBG	{
	background-image: url('http://www.catacumen.com/images/common/cat-banner.jpg');
	background-repeat: no-repeat;
}

/* GENERAL STYLES */
.pinkBG, .navBG	{
	background-color: #ed2974;
}
.ltpinkBG	{
	background-color: #f9c6d7;
}
h1, .h1	{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #ed2974;
	padding: 0px;
	margin: 0px;
}
h2, .h2	{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #1baece;
	padding: 0px;
	margin: 0px;
}
h3, .h3	{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
/*	color: #fdab0f;*/
	color: #efa80e;
	padding: 0px;
	margin: 0px;
}
ul {
	margin: 5px 0px 4px 8px;
	padding: 0px 5px 4px 8px;
}
li	{
	list-style-image: url('http://www.catacumen.com/images/common/bullet.gif');
}
input, textarea, select {
	font-size: 11px;
	border:1px solid #999999;
}
.required	{
	color: #ed2974;
}
.footer	{
	font-size: 9px;
	color: #808080;
}

/* LINK STYLES */

a, a:visited	{
	color: #1baece;
	text-decoration: underline;
}
a:hover	{
	color: #808080;
}

