/*
 * Background Color             : #2B2D39
 * Main Content Title Color	    : #000000
 * Main Content Content Color	: #000000
 * Content Box Title Colors	    : #617077
 * Content Box Content Color	: #3c474d
 * Main Link Color			    : #617077
 */
 
body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

a {
	color: #617077;
    border: 0px;
}
h3 {
  background: #d1d2d4;
  color: #000000;
  FONT-SIZE: 15px;
  padding: 2px;
}

.noborder {
  border: 0px;
}



.main_title {
	color: #000000;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	background-image: "images/announcement_bg.gif";
}

.main_text {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	