/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#FBFCF6;
	}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#79003d;
	}
p {
	margin:0;
	padding:0;
	}
form {
	padding:0;
	margin:0;
	}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	text-decoration: none;
	color:#ffffff;
	}
.footer:hover {
	text-decoration:underline;
	}
.news_td {
	background-image:url(images/news_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border:1px solid #AB7072;
	}
.news_date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	line-height:14px;
	text-decoration:underline;
	color:#AB7072;
	}
.news_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#AB7072;
	}
.top_menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:14px;
	text-decoration: none;
	color:#8E5557;
	}
.top_menu1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:14px;
	text-decoration: none;
	color:#919191;
	}
.top_menu1:hover {
	text-decoration:underline;
	}
	
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      normal;
  font-style:normal;
  color:            #79003d;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      normal;
  font-style:normal;
  color:            #79003d;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      normal;
  font-style:normal;
  color:            #79003d;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      normal;
  font-style:normal;
  color:            #79003d;
  }
