body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
hr { 
	display: none; 
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.floatleft { 
	float: left;
}
.floatright { 
	float: right;
}
.aligncenter {
	text-align: center;
}
/* Begin Font Styles =============================================== */
.small {
	font-size: x-small;
}
.normal {
	font-size: small;
}
.large {
	font-size: large;
}
.underlinefont {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normalweight {
	font-weight: normal;
}
.txtwhite {
	color: #FFFFFF;
}
.txtyellow {
	color: #FFD000;
}
.txtred  {
	color: #A10000;
}
.txtprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A10000;
}
.txtpriceh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A10000;
}
.txtgrey {
	color: #999999;
}

/* End Font Styles =============================================== */
.border {
	border: 1px solid #CC0000;
}
.borderdetail {
	border: 1px solid #009933;
}
.borderright {
	border-right: 1px solid #0061B0;
}
.borderleft {
	border-left: 1px solid #0061B0;
}
.borderbottom {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9005F;
}
.borderbottomdashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A9005F;
}
/* Begin Link Styles =============================================== */
a.underline:link, a.underline:visited, a.underline:active {
	text-decoration: none;
}
a.underline:hover, a {
	text-decoration: underline;
}
a.underlineoff:link, a.underlineoff:visited, a.underlineoff:active {
	text-decoration: underline;
}
a.underlineoff:hover, a {
	text-decoration: none;
}
a.underlinealways:link, a.underlinealways:visited, a.underlinealways:active {
	text-decoration: underline;
}
a.underlinealways:hover, a {
	text-decoration: underline;
}
a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}
a.nounderline:hover, a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #CC0000;
}
a:hover, a {
	text-decoration: underline;
	color: #FFD000;
}
a.orange:link, a.orange:visited, a.orange:active {
	color: #FAD668;
}
a.orange:hover, a.white {
	color: #FAD668;
}
a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
}
a.white:hover, a.white {
	color: #FFFFFF;
}
a.black:link, a.black:visited, a.black:active {
	color: #000000;
	text-decoration:underline;
}
a.black:hover, a.black {
	color: #000000;
	text-decoration:none;
}
a.yellow:link, a.yellow:visited, a.yellow:active {
	color: #FFD000;
	text-decoration:none;
}
a.yellow:hover, a.yellow {
	color: #FFD000;
	text-decoration:underline;
}
/* End Link Styles =============================================== */
/* Begin Form Styles =============================================== */
form {
	margin: 0;
	padding: 0;
}
.input {
	height: 16px;
	margin: 0px;
	padding: 0px;
}
.select {
	font-size: 10px;
}


.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFD000;
	background-color: #CC0000;
}
.textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* End Form Styles =============================================== */
