body
{    
	background-color: #fff;
	font-family: arial;	
    margin: 0 auto;
}

/* ---------------top menu---------------------- */

a.topMenu:link
{
    color: #404040;
}
a.topMenu:hover
{
    color: red;
    text-decoration: none;
}
a.topMenu:active
{
    color: red;
}
a.topMenu:visited
{
    color: #404040;
}
/* -----------end top menu---------------------- */



/*------Category Links------*/


.catLinkChosenCat
{
    font-size: 14px;
    font-weight: bold;
    color: #50396a;
}
    
.catLink
{
    font-size: 14px;
}
a.catLink:link
{
    color: #AD9EA3;
}
a.catLink:hover
{
    color: #AD9EA3;
    text-decoration: none;
}
a.catLink:active
{
    color: red;
}
a.catLink:visited
{
    color: #AD9EA3;
}
/*----End of Category Links----*/

/*--------Listing Links---------*/
.listingLink
{
    font-size: 14px;
}
a.listingLink:link
{
    color: #404040;
}
a.listingLink:hover
{
    text-decoration: none;
}
a.listingLink:active
{
    color: red;
}
a.listingLink:visited
{
    color: #404040;
}
/*-------End Listing Links-------*/

.BodyText
{
    font-size: 14px;
	color: Black;
    text-align: left;
	margin: 5px 5px 5px 5px;
}

.BodyText a
{
	color: #404040;
}

.BodyText a:hover
{
    text-decoration: none;
}

.longLink
{
    font-size: 12px;   
}


/*----------footer--------------*/
#footer
{
	margin-top: 5px;
	font-size: 12px;
	color: #6B6B6B;
    text-align: center;
}

#footer a
{
    color: #6B6B6B;
}

#footer a:hover
{
    text-decoration: none;
}
/*------------end footer--------------*/