body { background-image:url(images/page_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.DottedBorders td{border: 1px dotted #bbb;
padding: 3;
background: #fff;
}

.NoDottedBorders td{ border:none;

}
.LeftBorders td{border-left: 1px dotted #cccccc ;
}

.Image_Bg { background-image:url(images/top_bg.jpg);
background-repeat:repeat-x }

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}



.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}

.Content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	
}
.Important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
		}
.ImageBorders{

  background-color: #fff;
  border: 1px solid #999999;
  
  padding: 4px;
  }


.FooterContent {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #833806;
	
}
.Date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}
.PageTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066FF;
	font-weight: bold;	
}

a:link {
	color: #0066FF;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #EFAD00;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}	

/* Begin Custom Form css */
 label
{
font-weight:bold;
width: 70px;
float: left;
text-align: right;
margin-right: 12px;
display: block
}


input
{
color: #666666;
background: #fff;
border: 1px solid #999999
}

textarea
{
color: #666666;
background: #fff;
border: 1px solid #999999
}

.submit input
{
margin-left: 80px;
color: #fff;
font-weight:bold;
padding: 4px;
background: #0066FF;
border: 1px;
border-color:#999999;
}

.submit input:hover {
  color: #0066FF;
  background: #F5C43E;
}

fieldset
{
border: 1px solid #999999;
width: 350px;
}

legend
{
color: #fff;
background: #0066FF;
border: 1px solid #F5C43E;
padding: 3px 3px
}
/* End custom form css */