body {
  font: normal 80% Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  background:url(images/bg.gif) repeat-y top center;
  background-color:#f0f0f0;
}
a:link {
	color:#00f;
	text-decoration:underline;
}
a:hover {
	color:#00f;
	text-decoration:none;
}
a:visited {
	color:#00f;
	text-decoration:underline;
}
hr {
	border:2px solid #ccc;
}
.tagline {
	font: normal 200% Arial, Helvetica, sans-serif;
}


.header {
	background-color:#727c9b;
	color:#fff;
	font-weight: bold;
	text-indent:6px;
	height:22px;
}

.announcements-table {
	background:url(images/info-bg.gif) repeat-x bottom center;
}
.announcements-header {
	background-color:#f0f2f7;
	font-weight:bold;
	text-indent:4px;
	color:#f24c0e;
}


.dotttedline {
	background:url(images/dot.gif) repeat-y center;
	width:9px;
}
.dotttedline-h {
	background:url(images/dot-h.gif) repeat-x center;
}



.footer {
	background-color:#eae9e9;
	border-bottom: 3px solid #ff7308;
	color:#6b6a6a;
	height:45px;
}


.right-border {
	border-right:1px solid #ccc;
}

.orange-header {
	color:#f24c0e;
	font: normal 125% Arial, Helvetica, sans-serif;
	height:30px;
	background-color:#f4f4f4;
	text-indent:6px;
}

