html 
{
	overflow-y: scroll;
}

html, body 
{
	margin:0px;
      	padding:0px;
      	height:100%;
      	border:none;
}

/* Fix for transparent PNG images */
img, div, td
{ 
   	border: 0px;
	behavior: url("/css/iepngfix.htc");
}

/* Tables */
table
{
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.TableContent
{
	width: 960px;
}

/* Colors */
.White { color: #FFFFFF; }

.Gray { color: #c4c1c1; }

.LightGray { color: #FBFFFF; }

.Orange { color: #EC931D; }

/* Fonts */
.Arial { font-family: Arial, Verdana, Helvetica, sans-serif; }

.Verdana { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Size and Position */
.FullHeight
{
	height: 100%;
}

.FullWidth
{
	width: 100%;
}

.FullWidthAndHeight
{
	height: 100%;
	width: 100%;
}

.HorizontalAlignCenter
{
	text-align: center;
}

















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

