/* global styles
------------------------------------------------- */
body {
	padding:0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	margin: 0px;
	left: 0px;
	top: 0px;
	background-image:  url(/images/site/bg.gif);
  }
  
  
/* links
------------------------------------------------- */
A:link { color: #336699; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: underline }
A:hover { color: #6699CC; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: underline }
A:visited { color: #336699; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: underline }
A:active { color: #336699; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: underline }
A.image:link { color: #336699; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: none }
A.image:hover { color: #6699CC; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: none }
A.image:visited { color: #336699; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: none }
A.image:active { color: #336699; font: 14px Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: none }
	

/* contact
------------------------------------------------- */
.contact {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6699CC;
  }
  
    
/*footer
------------------------------------------------- */
.NormalSmall
{
	font-size: 11px;
	color: #333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

.NormalSmall td
{
	font-size: 11px;
	color: #333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

a.NormalSmall:link, a.NormalSmall:visited, a.NormalSmall:active
{
	font-size: 11px;
	color: #336699;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

a.NormalSmall:hover
{
	font-size: 11px;
	color: #6699cc;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}
  
  /* backgrounds
------------------------------------------------- */
.tableRight {
	background-image: url(/images/site/rightSideBG.png);
}

.tableLeft {
	background-image: url(/images/site/leftSideBG.png);
}


  