body {
	background: url(../images/bg.gif) repeat-x;
	margin: 0px;
}

h2{
	font-family: Arial, Tahoma;
	font-size: 27px;
	font-weight: normal;
	line-height: 31px;
	color: #1f4e9d;
	margin-bottom: 5px;
}

h3{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #1f4e9d;
	margin: 0px;
	margin-bottom:0px;
}

h3 a{
	color: #9E8F2C;
}

.arrowlist {
	background-image:  url(../images/articlearrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #DEDEDE;
	list-style: none;
	margin-top: 2px;
	margin-left: 0px;
	display: table;
	color: #000000;
	padding-left: 16px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	float:left;
	width: 300px;
}

	div#arrowListSmall {
		border-top: 1px solid #D2D2D2;
		width: 100px;
		float: right;
		display: table;
	}
	
	div#arrowListSmall a {
		background-image:  url(../images/articlearrow.gif);
		background-repeat: no-repeat;
		border-bottom: 1px solid #D2D2D2;
		list-style: none;
		margin-top: 2px;
		margin-left: 0px;
		display: table;
		padding-left: 24px;
		font-family: Arial;
		font-size: 12px;
		float:left;
		height: 16px;
		padding-bottom: 4px;
		width: 100px;
	}

#content{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 19px;
}