/* *************************************************************************** */
/* These are the styles for */
#topleft {
}
#topleft .snippet {
	
}
#topleft .snippet_text {
	font-family:Arial, Helvetica, sans-serif; /** Default Font **/
	font-size:11px; /** Default Font Size **/
	color:#999999; /** Default Font Color **/
}
#topleft .snippet_text_bold {
	font-weight:bold;
}
#topleft .snippet_heading {
	font-family:Arial, Helvetica, sans-serif; /** Heading Font **/
	font-weight:bold;
	font-size:11px; /** Heading Font Size **/
	color:#a1ce44; /** Heading Font Color **/
}
#topleft .snippet_heading_2 {
	font-family:Arial, Helvetica, sans-serif; /** Heading 2 Font **/
	font-weight:bold;
	font-size:11px; /** Heading 2 Font Size **/
	color:#999999;  /** Heading 2 Font Color **/
}
#topleft .snippet a:link,
#topleft .snippet a:visited,
#topleft .snippet a:hover,
#topleft .snippet a:active {
	color:#41398c;  /** Link Font Color **/
}

#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;
}