html {
     overflow: -moz-scrollbars-vertical;
}


body {
	background-color: #e5e5e5;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px; /* Opera bug. */
	height: 100%;
}

a:link {
        color: #4199EA;
        text-decoration: none;
}

a:visited {
        color: #4199EA;
        text-decoration: none;
}

a:hover {
        color: #FF9900;
		text-decoration: none;
}

.cellbackleft {
background: url(images/border-side-left.gif) repeat-y;
width: 26px;
padding: 0px;
}
.cellbackright {
background: url(images/border-side-right.gif) repeat-y;
width: 26px;
padding: 0px;
}
.cellbody {
valign: top;
width: 900px;
padding: 0px;
background-color: #fcfcfc;
}
.black {
	color: #464646;
	text-decoration: none;
}
a.black:link  {
	color: #464646;
	text-decoration: none;
}

a.black:visited  {
	color: #464646;
	text-decoration: none;
}

a.black:hover  {
	color: #4199EA;
	text-decoration: none;
}

.normal {
	color: #000000;
	text-decoration: none;
}
a.normallink:link  {
	color: #000000;
	text-decoration: underline;
}

a.normallink:visited  {
	color: #000000;
	text-decoration: underline;
}

a.normallink:hover  {
	color: #000000;
	text-decoration: underline;
}
.table {
	border-color:#00F;
	border-style:solid;
	border-width:0px;
	width: 265px;
	height: 150px;
	padding: 0px;	
}

