@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

 

.Articles {
	width: 460px;
	padding-bottom: 48px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

#Articles h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	color: #E96028;
	letter-spacing: 0.5px;
	line-height: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#Articles h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 18px;
	/*text-transform: capitalize;*/
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#Articles  h5  a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#Articles h5 a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;

}

#Articles h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E96028;
	letter-spacing: 0.5px;
	line-height: 22px;
	/*text-transform: capitalize;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
}

#Articles h4 a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#Articles h4 a:hover {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;

}

#Articles h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	color: #333333;
	letter-spacing: 0.5px;
	line-height: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#Articles h3 a {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	color: #000000;
}
#Articles h3 a:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	color: #FF6600;
}
#Articles h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #E96028;
	letter-spacing: 0.5px;
	line-height: 24px;
	/*text-transform: capitalize;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
}
#Articles h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #E96028;
	letter-spacing: 0.5px;
	line-height: 32px;
	/*text-transform: capitalize;*/
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
}
#Articles h1 a {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	color: #333333;
}
#Articles h1 a:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	color: #FF6600;
}


#Articles p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.nobreak	{
	white-space: nowrap;
	}