@charset "utf-8";
* { font-style: normal !important; }
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #262B2B;
	font-size: 12px;
}
a {
	color: #262B2B;
	text-decoration: underline;
}
h2 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	font-style: normal !important;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
}
#main p, #main table {
	font-size: 12px;
	margin: 2px 0px 7px 10px;
}
#main th {
	text-align: left;
}
.newsDetails {
	font-style: italic;
	color: #666;
}
.newsDetails a {
	color: #666;
}