/*Whats_New.htm*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #ffcc66;
	font-weight: bolder;
	text-align: justify;
	background-color: #081209;
	width: 100%;
	margin: 20px;
	padding: 10px;
	vertical-align: top;
}
p	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bolder;
	text-align: justify;
	background-color: #081209;
	width: 100%;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	text-align: justify;
	background-color: #081209;
	border-collapse: separate;
	margin: 0px;
	width: 73%;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	text-align: justify;
	background-color: #081209;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	line-height: 1.5;
	font-weight: bolder;
	text-align: justify;
	vertical-align: top;
	border.: solid thin #ffcc66;
	background-color: #081209;
	padding: 20px;
	width: 100%;
}
hr {
	width: 85%;
	height: 5px;
	color: #ffcc66;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 1.5;
	color: #ffcc66;
	font-stretch:extra-expanded;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	width: 100%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #808000;
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-weight: 500;
	width: 100%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-weight: bolder;
	width: 100%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
	text-align: justify;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #ffcc66;
	text-decoration: overline;
	text-align: justify;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #CC0099;
	text-align: justify;
	font-weight: 500;
	text-decoration: none;
}
ol	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.5;
	color:	#FFFFFF;
	text-align:	center;
	list-style: decimal;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.5;
	color:	#FFFFFF;
	text-align:	center;
	list-style: decimal;
}
	
