/* *************************************************************************** */
/* These are the styles for */
#topleft {
}
#topleft .snippet {
}
#topleft .snippet_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#313132;
}
#topleft .snippet_text_bold {
	color:#c80c1f;
	font-size:11px;
}
#topleft .snippet_heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px; /** Heading Font Size **/
	color:#a1ce44; /** Heading Font Color **/
}
#topleft .snippet_heading_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	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:#1874b7;  /** Link Font Color **/
	font-size:11px;
}
#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:8px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	color:#1874b7;
}
#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;
}
