/* CSS Document */

body 
{
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11pt;
	padding		: 0px;
	margin: 0px 0px 0px 0px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}

* 
{
	margin: 0px;
}

html, body, form
{
	height: 100%;
}

body
{
background: #e3e7e8 url(../images/newBg.gif) repeat-x top left;
}

h1, h2, h3, h4
{
	color		: #000000;
}

p 
{
	color		: #000000;
	font-size	: 10pt;
}

/* 
a:link, a:visited
{
  color: #00ABEB;
}
*/

/*
a:hover {
  color: #C90087;
}
*/

ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

a
{
    color: #00ABEB;
    text-decoration: underline;
    
}
