html, body, #wrapper 
{ 
	 min-height: 100%;
	  /*Sets the min height to the height of the viewport.*/ 
	 width: 100%; 
	 height: 100%;
	  /*Effectively, this is min height 
	  for IE5+/Win, since IE wrongly expands 
	  an element to enclose its content. 
	  This mis-behavior screws up modern  
	  browsers*/ 
	background-color:#000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:		url(../img/bckgd.jpg);
	background-repeat:repeat-x;
	/*background-repeat:repeat-x;*/
}

img
{
	border: 0px;
}

h1, h2, h3
{
	text-align:left;
	padding:0px 0px;
	margin: 0px 0px 0px 0px;
}

h2, h3
{
	text-align:left;
	padding:0px 0px;
	margin: 0px 0px 0px 0px;
}

h1
{
	font-size:18px;
	color:#336699;
	text-transform:uppercase;
	padding-bottom:0px;
	font-weight:bold;
}

h2
{
	font-size:15px;
	color:#336699;
	margin:0;
	padding-bottom:10px;
}
h3{
	font-size:12px;
	color:#2a7b5b;
}

p , a, table, li, ul
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding:0px;
	
	

}
a:hover
{
	text-decoration:underline;
}



table
{
	/*background-color:#FFFFFF;*/
	border: 0px;
}

tr, tr.Even
{
	/*background-color:#FFFFFF;*/
}

tr.Odd
{
	background-color:#EEEEEE;
}


td
{
	/*background-color:#CCCCCC;*/
/*	padding:5px;*/
	
}

li
{
	padding: 0px 10px 0px 0px;
	/*margin:15px;*/
	font-size:11px;
	color:#383838;
	line-height:15px;
	/*font-weight:600;*/
	margin:0;
}

ul
{
	margin: 0px 0px 0px 15px;
	padding:0;
}

p
{
	color:#383838;
	margin: 0px 0px 5px 0px;
}

hr
{
	border:1px dotted #CCCCCC;
}
