/* CSS Document */
html { 
	overflow: -moz-scrollbars-vertical;
	min-height: 100%; 
	margin-bottom: 1px; 
	overflow-y: scroll !important;
	overflow-x: auto !important;
}
body, input, select, textarea, div
{
	color:#444444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img
{
	border: none;
}
a.nav_admin 
{
	color:#FFFFFF;
	text-decoration:none;
}
a.nav_admin:hover
{
	text-decoration:underline;
}
a
{
	color:#444444;
	text-decoration:none;
	font-size:10px;
}
a:hover, a.sel
{
	color:black;
	text-decoration:underline;
}

img.gallery
{
	border:solid 1px #565545;
	height:75px;
}

.help_section
{
	line-height:18px;
}
a.help01, a.help01:visited
{
	text-decoration:underline;
	color:#027646;
}
a.help01:hover
{
	text-decoration:none;
	color:#444444;
}

