/* *************************************************************************** */
/* These are the styles for */
#topleft {
}
#topleft .snippet {
	padding:5px;
	margin-bottom:5px;
	width:580px;
}
#topleft .snippet_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; /** Default Font Size **/
	color:#999999; /** Default Font Color **/
}
#topleft .snippet_text_bold {
	font-weight:bold;
	color:#56a1d5;
	font-size:18px;
}
#topleft .snippet_heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px; /** Heading Font Size **/
	color:#a1ce44; /** Heading Font Color **/
}
#topleft .snippet_heading_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px; /** 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:#56a1d5;  /** Link Font Color **/
	font-size:11px;
	text-decoration:none;
}
#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;
}