/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	background: #2a6aa2 url(_gfx/cmn/site_bg_strip.jpg) center 0 repeat-x;
}

body, table, div, span
{
  font-family: Verdana, sans-serif;
  font-size: 12px;
	color: #6a655c;
}

table img{
	margin: 0px 10px 10px 10px;
}

table{
}
td
{
  vertical-align: top;
}
a img
{
	border: 0px 0px 0px 0px;
	border: 0px;
}

a
{
	color:#aa790e;
}

a:hover
{ 
    text-decoration:none; 
}

h2
{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 18px;
  font-weight: bold;
  color: #7c7f81;
}
