td.trackOrder {
        PADDING-LEFT: 5px; 
        FONT-SIZE: 11px; 
        COLOR: #333333; 
        FONT-FAMILY: Verdana; 
        TEXT-ALIGN: left
}

.input {
        FONT-SIZE: 12px; 
        WIDTH: 60%; 
        HEIGHT: 18px
}

.bodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.rcc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
        color: #FF4800;
        text-decoration: none;
}
.MsgTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4800;
}
.dotTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.HeaderTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4800;
}
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footernoline {
        FONT-SIZE: 1px; 
        COLOR: #000000; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.required {
        FONT-WEIGHT: bold; 
        FONT-SIZE: 12px; 
        COLOR: #990000
}
.submitButton {
        WIDTH: 100px; 
        BORDER-TOP-STYLE: none; 
        BORDER-RIGHT-STYLE: none; 
        BORDER-LEFT-STYLE: none; 
        HEIGHT: 25px; 
        BORDER-BOTTOM-STYLE: none
}
.comments{
        WIDTH: 60%; 
        HEIGHT: 50px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
}
a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FF4800;
        text-decoration: underline;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FF4800;
        text-decoration: underline;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FF4800;
        text-decoration: underline;
}

blockquote {
	border-left: 2px solid #d7d7d7;
	margin: 15px 0;
	padding: 5px 0 5px 15px;
}

h2 {
	border-bottom: 1px solid #DDDDDD;
	color: #FF4800;
	font-size: 1.4em;
	margin-bottom: 6px;
	padding: 0 0 3px 0;
}

blockquote p {
	margin: 0 10px 0 0;
}

blockquote cite {
	display: block;
	margin-top: 8px;
}

dl {
	margin: 0 0 15px 0;
	padding-left: 0;
	list-style: none;
}

dl dt {
	color: #353535;
	font: bold 1.2em Arial, sans-serif;
	background: url(/theme/bullet_arrows.jpg) no-repeat 0 1px;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
}

dl dd {
	font: normal 1.2em Arial, sans-serif;
	color: #353535;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
}



