﻿*
{
    margin: 0;
    padding: 0;
}

HTML
{
	z-index: 0;
	height: 100%;
	overflow: auto;
}

BODY
{
	height: 100%;
	margin: 0;
	font:12px verdana;
	line-height:18px;
	background-color:White;
}

A
{
	text-decoration: none;
	color: #5959FF;
}

A:Hover
{
	color: #FF5151;
}

UL
{
	margin-left:0;
	margin-top:2px;
	margin-bottom:3px;
	padding-left:1.4em;
}

OL
{
	margin-left:0;
	margin-top:2px;
	margin-bottom:3px;
	padding-left:1.9em;
}

LI
{
	margin:0;
	padding:0;
	padding-top:1px;
}

IMG
{
    border: 0;
}

.VerticalSpacingDiv
{
	width:5px;
	height:10px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.FloatClearDiv
{
    clear: both;
}

.ImagePreloaderDiv /* in addition to applying this class to a div, assign a background image to it through css */
{
	width:0px;
	height:0px;
	overflow:hidden;
	background-repeat:no-repeat;
}

/* For IE Png support */
IMG, DIV /* include tags that need IEPngFix support */
{
	behavior:url('/Weblets/IEPngFix/Resources/IEPngFix.htc');
}
