﻿body
{
    font-size:12px;
}

img
{
    border: none;
}

.FadeDiv
{
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}

.CursorHover
{
	cursor:hand;
	cursor:pointer;
}




