/*
CSS cobbled together by BSManagement.com; 2003-Mar-22

NOTE: that the /gallery/css/standalone_style.css "should" be a copy of this, two dupe files just in case a future
      gallery upgrade wipes out out stylesheet.  I don't want to recreate it again.
*/
body
{
	background-color: #d7d7d7;
	font-family: Tahoma, Verdana, Sans-serif;
	color: #000000;
}
/* 
a hrefs 
*/
a
{
	color: #5C52FA; 
	text-decoration:none;
	font-weight: 600;
}
a.visited
{
	color: #5C52FA; 
	text-decoration: none;
	font-weight: 600;	
}
a:hover
{
	color: #000000; 
	text-decoration: underline;
	font-weight: 600;	
    background-color:#ffcccc;
} 
/*
table cells
   
td
{
	text-align: justify;
	color: #000000;
	font-size: 13px;
}   */   
td.monocell
{
	height: 15px;
	background-color: #000000;
	text-align: right;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 13px;
}
td.monoleftcell
{
	height: 12px;
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 12px;
}
td.content
{
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
}
/*
divs
*/
div.content
{
	vertical-align: top;
	text-align: justify;
	color: #000000;
	font-size: 15px;
}
div.innercontent
{
	vertical-align: top;
	text-align: justify;
	color: #000000;
	font-size: 17px;
	margin-left: 17px;
	margin-right: 22px;
	margin-top: 17px;
}
/*
EOF
/*

