@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}
.LearnHeading {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: bolder;
}

.StrikeText {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: line-through;
	font-weight: bold;
}
.YouPay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.TextBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	height: auto;
	width: auto;
	border: medium solid #FF0000;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	background-color: #F7EEDF;
	padding: 2px;
}
.boldEmphasized {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	background-color: #F7EEDF;
	padding: 2px;
	text-decoration: underline blink;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	width: 140px;
	padding: 8px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	width: 140px;
	padding: 8px;
}

.smallnavigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	width: 330px;
	padding: 8px;
}

.smallnavigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	width: 330px;
	padding: 8px;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}.HeadingReverse {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	line-height: 24px;
}
.Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
.NumberBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	list-style-type: decimal;
	line-height: 18px;
}
