﻿
*  /* Zero out all margin*/
{
	margin:0 0 0 0;
}

Body
{
	font: 8pt Verdana;
	font-family: Sans-Serif, Verdana, Arial;
	font-size: 8pt;
	color: black;
	background-color:White;
}

P
{
	padding:5px 0 5px 0;
}

P, span, li, ul, ol, td
{
	font: 8pt Verdana;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: black;
}

ul
{
	 padding-left:5px;
	 margin-left:35px;
}
li
{
	 padding:2px;
}

.Hand
{
	cursor:pointer;
}

/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}

H1
{
	font-weight: bold;
	font-size:11pt;
	color: #C28537;
}

H2
{
	font-weight: bold;
	font-size: 10pt;
	color: #6F6657;
}

H3
{
	font-weight: bold;
	font-size: 9pt;
	color:Black;
}

A:link
{
	color: #D58124;
	text-decoration: underline;
}
	
A:visited
	{
	color: #3f79A0;
	text-decoration: underline;
	}
	
A:hover
	{
	color: #908680;
	text-decoration: underline;
	}		

.Copyright
{
	font-size:xx-small;
	font-family: Verdana, Arial, Tahoma;
	color:black;
}

.RedBold
{
	font-weight: bold;
	color: #D71920;
}

td.LeftSideRepeat
{
	background-image:url(images/leftrepeat.jpg);
}

td.RightSideRepeat
{
	background-image:url(images/rightrepeat.jpg);
}

/*  ---------------------- Footer ---------------------- */
.FooterCopyright
{
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	color: black;
	vertical-align: bottom;
}
	
.Footer
{
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	color: red;
}
	
A.Footer:link
{
	font-size: xx-small;
	color: #de0101;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: underline;
}
	
A.Footer:visited
	{
	font-size: xx-small;
	color: #9f7400;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: underline;
	}
	
A.Footer:hover 
{
	font-size: xx-small;
	color: #021953;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: underline;
}

.ControlError
{
	background-color:#cc0001;
	color:White;
}