/* *************************************************************************** */
/* These are the styles for */
#newsheading {
	height:24px;
	background-image:url(../images/home_bars.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:15px;
	padding-top:3px;
	font-size:14px;
	}
#topleft {
padding-left:2px;
}
#topleft .snippet {
	padding:5px;
	margin-bottom:5px;
	width:308px;
}
#topleft .snippet_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; /** Default Font Size **/
	color:#1c4355; /** Default Font Color **/
}
#topleft .snippet_text_bold {
	font-weight:bold;
	color:#1c4355;
}
#topleft .snippet_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px; /** Heading Font Size **/
	color:#1c4355; /** Heading Font Color **/
}
#topleft .snippet_heading_2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px; /** Heading 2 Font Size **/
	color:#1c4355;  /** Heading 2 Font Color **/
}
#topleft .snippet a:link,
#topleft .snippet a:visited,
#topleft .snippet a:hover,
#topleft .snippet a:active {
	color:#333333;  /** Link Font Color **/
}
#topleft .snippet,
#topleft .snippet_background_1 {
	background-color:#f1f1f1; /** Main Background **/
}
#topleft .snippet_background_2 {
	background-color:#f1f1f1; /** Second Background **/
}
#topleft .snippet_background_3 {
	background-color:#f1f1f1; /** Third Background **/
}
#topleft .snippet_ul {
	list-style:none;
	margin:0;
	padding:0;
}
#topleft .snippet_li {
	margin-top:3px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	color:#999999;
}
#topleft .snippet_hr {
	border-top:1px solid #444444;
	border-bottom:0px none;
	border-right:0px none;
	border-left:0px none;
	margin-top:2px;
	margin-bottom:2px;
	padding:0px;
	height:0px;
}


