body {
	background-color: #FFF;
	padding: 0px;
	margin:	 0px;
}

body,div,td,p {
	font-family: arial, tahoma, verdana;
	font-size:13px;
  color:#334;
}

a:link, a:visited {
  color:#009;
  text-decoration:underline;
  cursor:pointer;	
}
a:hover {
  color:#67C;
  text-decoration:none;
}

div.news_top {
	width: 306px !important;
	height: 3px !important;
	background: url(/img/news_top.gif);
}
div.news_med {
	width: 306px !important;
	height: 6px !important;
	background: url(/img/news_med.gif);
}
div.news_bot {
	width: 306px !important;
	height: 6px !important;
	background: url(/img/news_bot.gif);
}
div.news_itm {
	width: 306px !important;
	background: url(/img/news_back.gif) no-repeat;
}

div.news_itm2 {
	font-size: 11px;
	color:#FFF;
	padding: 8px 13px 4px 30px !important;
}


div.news_itm div.date {
	color:#f7a750 !important;
}

div.news_itm a:link,div.news_itm a:visited {
	color:#ffcc55;
	text-decoration:underline;
}
div.news_itm a:hover {
	color:#ffcc55;
	text-decoration:none;
}

a.botmenu:link, a.botmenu:visited {
  text-decoration:none;
  color:#052a62;
  text-transform: uppercase;
  font-size:10px;
}
a.botmenu_sel:link, a.botmenu_sel:visited {
  text-decoration:none;
  color:#EEE;
  text-transform: uppercase;
  font-size:10px;
}
a.botmenu:hover,a.botmenu_sel:hover {
  text-decoration:underline;
  color:#EEE;
}

a.topmenu:link, a.topmenu:visited {
  text-decoration:none;
  color:#555;
  text-transform: uppercase;
  font-size:11px;
}
a.topmenu_sel:link, a.topmenu_sel:visited {
  text-decoration:none;
  color:#999;
  text-transform: uppercase;
  font-size:11px;
}
a.topmenu:hover,a.topmenu_sel:hover {
  text-decoration:underline;
  color:#999;
}

h1 {
  color: #d07a21; 
  font-size: 18px; 
  font-weight: 400	
}

h2 {
  color:#999;
  font-size:18px;
  font-weight:normal;
}

div.botmenu {
  text-align:right;
  font-size:11px;
  color:#FFF;
  padding:3px 18px 4px 4px;
}

#ImageBoxOverlay {
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
	height:24px;
}
#ImageBoxOuterContainer {
	top:4px !important;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #00F;
}
#ImageBoxCaptionImages {
  display:none;
}
#ImageBoxNextImage {
  display:none;
}
#ImageBoxPrevImage
{
  display:none;
}
#ImageBoxNextImage:hover {
  display:none;
}
#ImageBoxPrevImage:hover {
  display:none;
}

label.cf {
  width:200px;
  font-size:90%;
  color:#777;
}

input.cf, textarea.cf {
  border:1px solid #ACD;
  background:#F7F9FC; 
  width:320px;
  margin-bottom:4px
}

textarea.cf {
  height:128px;
}

b.important {
  color: #C00;
  font-size:130%;
}