html, body {
	margin-top:0px;
	text-align: center;
	border: 0px solid blue;
}
html	{
	overflow-y: scroll;
}
.wrapper {
	margin:0 auto;
	width:780px;
	text-align: left;
	position:relative; 
	border: 0px solid blue;
}

.NewNav {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.NewNav a {text-decoration:none;}
.NewNAv a:hover {}

.TypicalText {
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #900028
}

.TypicalTextBanner{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #847563;
	font-size : 24px;
}

.TypicalTextBold {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}

.TabTextOnGrey {
	font-family: font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #900028
}

.TitleText {
	text-decoration : none;
	font-weight: bold;
	font-size: 13pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #900028
}

.TabText {
	text-decoration : none;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #900028
}

.TabTextBold {
	text-decoration : none;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #900028
}

.TypicalTextDisclaimer {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none
}

.TypicalTextBlue{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 00009C;
	font-size : 12px;
}
.ArticleTitle{
	font-size: 20px; 
	font-family: Tahoma;
	color: #00009C;
}
.OrangeButton{
	background-color: #F70;
	border-width: 1px;
	border-style: outset;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 0 .5em;
	font-size: 10px;
	width:25px;
	text-align:center;
	margin-left:10px;
	cursor:pointer;
}
