

	html,body,div,span,applet,object,iframe,
	h1,h2,h3,h4,h5,h6,p,blockquote,pre,
	a,abbr,acronym,address,big,cite,code,
	del,dfn,em,font,img,ins,kbd,q,s,samp,
	small,strike,strong,sub,sup,tt,var,
	dl,dt,dd,ol,ul,li,
	fieldset,form,label,legend,
	table,caption,tbody,tfoot,thead,tr,th,td{
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-weight:inherit;
		font-style:inherit;
		font-size:100%;
		font-family:inherit;
		vertical-align:baseline;
	}

	:focus{
		outline:0;
	}
	body{
		line-height:1;
		color:black;
		background:white;
	}
	ol,ul{
		list-style:none;
	}

	table{
		border-collapse:separate;
		border-spacing:0;
	}
	caption,th,td{
		text-align:left;
		font-weight:normal;
	}
	blockquote:before,blockquote:after,
	q:before,q:after{
		content:"";
	}
	blockquote,q{
		quotes:"" "";
	}


	body{
		color:#303b41;
		background:white;
		font-family:Arial,Helvetica,Verdana;
		font-weight:normal;
		font-size:12px;
		line-height:12px;
	}
	#page_transition{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:white;
		z-index:1000;
	}
	#page_loading{
		width:32px;
		height:32px;
		margin:auto;
		margin-top:300px;
		background:url(../../images/page_loading2.gif) no-repeat;
	}



	h1{

	font-family:Helvetica;
	color:#df3b35;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	background:none;
	padding:2px 0px;		overflow-y:hidden;
	}
	h2{

	font-family:Helvetica;
	color:#acaca4;
	font-size:14px;
	font-weight:bold;
	background:none;
	padding:2px 0px;		overflow-y:hidden;
	}
	a{
		color:#df3b35;
	}
	a:hover{
		color:#df3b35;
	}
	a:visited{
		color:#df3b35;
	}
	a.definition{
		text-decoration:none;
		border-bottom:1px dashed #acaca4;
		color:#303b41;
	}
 	.heading{
 		float:left;
		color:#df3b35;
 	}
	.bold{
		font-weight:bold;
	}
	.red{
		color:#df3b35;
	}
	.black{
		color:#303b41;
	}
	.small{
		font-size:10px;
	}
	.medium{
		font-size:12px;
	}
	.large{
		font-size:14px;
	}
	.xlarge{
		font-size:18px;
	}
	.xxlarge{
		font-size:22px;
	}


	#page{
		width:100%;
		border:0;
		border-collapse:collapse;
		table-layout:fixed;
		padding:0;
		margin:0;
	}
	#page_center{
		width:1000px;
		padding:0;
	}
	#loginmenu{

	font-family:Helvetica;
	color:#acaca4;
	font-size:10px;
	font-weight:normal;
	background:none;		float:left;
		margin-left:300px;
		margin-top:10px;
		width:220px;
	}
	.preload {
		position:absolute;
		top:-1000px;
		left:-1000px;
	}


	.ArticleSetView li{
		padding:0;
		margin:0;
		line-height:16px;
	}
	.ArticleSetView li{
		font-family:$font;
		color:#303b41;
		font-size:12px;
		font-weight:normal;
		background:none;
		padding:2px 0px;
		margin-left:10px;
		border:none;
		background:none;
	}
	.ArticleSetView li .selected{
		font-weight:bold;
		color:#df3b35;
	}
	.ArticleSetView li a.selected{
		text-decoration:underline;
	}
	.ArticleSummary h1{
		background:none;
	}
	.ArticleSummary h1 a{
		color:#df3b35;
		font-size:12px;
		font-weight:bold;
	}


	.boxin{
		float:left;
		padding:0;
		margin:0;
		background:green;
		border:0;
	}
	.boxinTable{
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		border:0;
		table-layout:fixed;
		border-collapse:collapse;
		display:inline-table;
	}
	.boxinTable tr,
	.boxinTable td{
		margin:0;
		padding:0;
		border:0;
		white-space:normal;
	}
	.boxinTopRow{
		height:13px;
	}
	.boxinBotRow{
		height:13px;
	}
	.boxinTopLeft{
		width:13px;
		height:13px;
		line-height:0;
		background:url(../../images/boxin/light/topLeft.gif) no-repeat;
		overflow:hidden;
	}
	.boxinTopCenter{
		background:url(../../images/boxin/light/top.gif) repeat-x;
		line-height:0;
		overflow:hidden;
	}
	.boxinTopRight{
		width:13px;
		height:13px;
		background:url(../../images/boxin/light/topRight.gif) no-repeat;
		line-height:0;
		overflow:hidden;
	}
	.boxinLeft{
		height:100%;
		background:url(../../images/boxin/light/left.gif) repeat-y;
	}
	.boxinCenter{
		height:100%;
		background:white;
	}
	.boxinRight{
		height:100%;
		background:url(../../images/boxin/light/right.gif) repeat-y;
	}
	.boxinBotLeft{
		width:13px;
		height:13px;
		background:url(../../images/boxin/light/bottomLeft.gif) no-repeat;
	}
	.boxinBotCenter{
		background:url(../../images/boxin/light/bottom.gif) repeat-x;
	}
	.boxinBotRight{
		width:13px;
		height:13px;
		background:url(../../images/boxin/light/bottomRight.gif) no-repeat;
	}
