/* 
	type settings
		color
		font-family
		font-size
		font-style
		font-weight
		letter-spacing
		word-spacing
		line-height
		text-decoration
		text-transformation

	position
		position
		float
		clear
		top
		left
		right
		bottom

	box model
		display
		overflow
		width
		height
		border
		outline
		margin
		padding

	styling
		background
		list-style
		-moz-border-radius
		-webkit-border-radius
		opacity

*/

/* YUI reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* custom reset */
html,
body {
	width: 100%;
	height: 100%;
}
body {
	color: #222222;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
/* 	font-size: 0.8125em; */
 	font-size: 100%;
/* 	line-height: 1.618; */
	line-height: 1;
	background-color: #ffffff;
}
a, img {
	border: 0;
}

/* custom helper classes */
.h {
	display: none;
}
.c {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.p {
	cursor: pointer;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.double-col ul li {
	margin:auto;
	list-style-type:disc;
}
.double-col ol li {
	margin:auto;
	list-style-type:decimal;
}
.double-col ul, .double-col ol {
	padding:0 0 0 30px;
}

#newslist ul li { list-style-type:none; }
#newslist ul { padding:0 0 0 10px; }