body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:12px;	
	margin: 0;
	padding: 0;
	color: #666;
}

h1, h3, h3, a, p, ul, li, img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #336699;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #336699;
}

form {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4095d5;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #69b4ee;
	text-decoration: none;
}

.text-weight_normal {
	font-weight:normal;
}

.text-weight_bold {
	font-weight:bold;
}

.text-size_smaller {
	font-size:10px;
}

.text-size_small {
	font-size:11px;
}

.text-size_normal {
	font-size:12px;
}

.text-size_big {
	font-size:14px;
}

.text-size_bigger {
	font-size:16px;
}

.text-size_biggest {
	font-size:22px;
}

ol.alpha {
	list-style: lower-alpha;
}

.retweet_header {
	background-image:url(/images/home/retweet_header.jpg);
	width:218px;
	height:38px;
	margin-top:30px;
	margin-left:75px;
	display:block;
	overflow: hidden;
	text-indent: -999%;
}

/*** ie6 **/
*html body .retweet_header {
	background-image:url(/images/home/retweet_header.jpg);
	width:218px;
	height:38px;
	position:absolute;
	margin-top:4px;
	margin-left:70px;
}

/** ie 7 **/
*:first-child+html .retweet_header {
	margin-top:40px;
	
}