
body
{
	background-attachment: scroll;
	background-color: #f0f0f0;
	background-image: url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #77808C;/*#818A96;*/
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	padding-top:5px;
	text-align: center;
}
 
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link 
{
	color:#660066;
}

a:visited 
{
	color:#cc99cc;
}

/*a:hover 
{
	color:#7EA847;
}
*/

a:active
{
	color: #6699ff;
}

.bottomCell
{
	border-bottom: silver 4px inset;
}

.bottomRow 
{
	margin-bottom:0px;
	padding-bottom:0px;
}

.contentCell 
{
	/*font-size:1.1em;*/
	padding:20px;
	text-align:center;
	vertical-align:top;
}

.contentRow 
{
	margin-bottom:0px;
	padding-bottom:0px;
}

.headerRow 
{
	 height:75px;
}

.mainTable
{
	background-color:#ffffff;
	background-image: url(images/m_196.gif);
	background-repeat: no-repeat;
	border-left: silver 4px outset;
	height: 550px;
	width: 700px;
}

.navCell 
{
	background-image: url(images/bg-header_small.gif);
	color:#f0f0f0;
	padding-top:1px;
	text-align:center;
}
.navCell a:link, .navCell a:visited, .navCell a:active
{
	color:#f0f0f0;
}

.navLink1 
{
	width:25%;
}
.navLink2 
{
	width:36%;
}
.navLink1, .navLink2  
{
	display:inline;
	text-align:center;
}

.navRow 
{
	height:48px;
}

.nzchtbr
{
	color:#c0c0c0;
	font-size:.1em;
	line-height:0px;
	position:absolute;
	left:0px;
	width:1px;
	top:0px;
	height:1px;
}

.topRowLeft 
{
	 padding-left:10px;
	 text-align:center;
	 width:133px;
}

.topRowRight
{
	font-size:1.5em;
	font-weight:bold;
	padding-left:10px;
}
