

.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #fff;
	
}

.Content2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #326eae;
	
}


.Image_Bg { background-image:url(images/Page_bg.jpg);
background-repeat:repeat-x }

.PageTitles {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #326eae;
		
}

.img-shadow {
  background-color: #fff;
  border: 1px solid #f07e6d;
  
  padding: 4px;
  }

.FooterContent {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #1b0c02;
	
}

.Headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F4C;
	font-weight: bold;	
}
.Headers2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;	
}


.Date {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: white;
}

a:link {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #000000;
}	


/* footer links*/
.FooterContent a:link {
	color: #1b0c02;
	text-decoration: underline;
	}
.FooterContent a:visited {
	text-decoration: underline;
	color: #1b0c02;
}
.FooterContent a:hover {
	text-decoration: underline;
	color: #1b0c02;
}
.FooterContent a:active {
	text-decoration: underline;
	color: #1b0c02;
}	

/*  Form styles */

input
{
color: #cccccc;
height:22px;
background: #222222;
border: 1px solid #333333;
}

textarea
{
color: #cccccc;
background: #222222;
border: 1px solid #333333;
}


.button {
cursor:pointer;
color: #ffffff;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #326eae;
border:none;
width:95px;
height:30px;

}

.button:hover {
cursor:pointer;
color: #ffffff;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #185697;
border:none;
width:95px;
height:30px;


}

