/* CSS Document */



body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}

td {
font-size:12px;
color:#333;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
letter-spacing: -1px;
font-weight: normal;
border-bottom: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

h3 {
color: #ff0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
border-bottom: none;
}

h4 {
color: #660000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
border-bottom: none;
margin-bottom: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
	margin-top: 1px;
}

ul, li {margin-left: 0; padding-left: 0;}

a {
color: #660000;
text-decoration:underline;
}

a:visited {
color: #660000;
text-decoration:underline;
}

a:hover {
color: #660000;
text-decoration: none;
}


/* Homepage CSS */

.boxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	line-height:16px;
	margin:0px 10px;
}

.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 12px;
	font-weight:normal;
	padding-bottom: 2px;
	line-height:16px;
	margin:0px 10px;
	padding:10px 0px 0px 0px;
	border-top:1px dotted #CCC;
	cursor:pointer;
}

.LearnMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	margin-bottom: 12px;
	font-weight:normal;
	padding-bottom: 10px;
	line-height:16px;
	margin:0px 10px;
	padding:10px 0px 0px 0px;
	padding-right:10px;
	cursor:pointer;
}

/* Global items */

/* MENU CSS */

.menuItem {
border-right: 1px dotted #f3f3f3;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
padding:10px 0px 0px 0px;
padding-right: 10px;
color: #333;
}

.menuItem A:link {
font-style:normal;
color: #333;
}

.menuItem A:visited {
font-style:normal;
color: #333;
}

.menuItem A:hover {
font-weight:bold;
font-style:normal;
color: cc0000;
}


#mainnav {
width:900px;
height:40px;
margin-top:1px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333;
text-decoration:none;
}

#mainnav ul {
margin:0px;
padding:7px 0px;
float:left;
text-decoration:none;
}

#mainnav li {
	font-size:12px;
	display:inline;
	list-style:none;
	padding:10px;
	margin:0px;
	border-right:1px dotted #CCC;
	text-decoration:none;
}

#mainnav li a {
color:#333;
font-style:normal;
text-decoration:none;
}

#mainnav li a:hover {
color:#cc0000;
text-decoration:none;
}

/*BOTTOM NAV BAR*/

#bottomNav {
height:30px;
margin-top:1px;
font-family:Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: normal;
color: #333;
text-decoration:none;
text-align: center;
width:auto;
}

#bottomNav ul {
margin:0px;
padding:2px 0px;
float:left;
text-decoration:none;
}

#bottomNav li {
	font-size:11px;
	display:inline;
	list-style:none;
	padding:7px;
	margin:0px;
	border-right:1px dotted #CCC;
	text-decoration:none;
	text-align: center;
}

#bottomNav li a {
color:#333;
font-style:normal;
text-decoration:none;
}

#bottomNav li a:hover {
color:#cc0000;
text-decoration:none;
}

/*END BOTTOM NAV BAR*/

.textSpaced {
letter-spacing: 1px;
color: #333;
font-weight: bold;
}

.quickAccess {
letter-spacing: 1px;
color: #333;
font-weight: bold;
font-size:12px;
border-right:1px dotted #CCC;
}


.BulletPoints ul {
/*background:url(../img/redArrow.gif) left no-repeat;*/
margin: 0px;
padding: 10px 0px;
float: left;
}

.BulletPoints li {
background:url(../img/redArrow.gif) left no-repeat;
padding-left:10px;
line-height: 10px;
line-height:20px;
list-style: none;
}

.BulletPointsWithLines ul {
/*background:url(../img/redArrow.gif) left no-repeat;*/
margin: 0px;
padding: 10px 0px;
float: left;
}

.BulletPointsWithLines li {
background:url(../img/redArrow.gif) left no-repeat;
vertical-align:top;
border-bottom: 1px dotted #CCCCCC;
padding-left:10px;
line-height: 10px;
line-height:20px;
list-style: none;
}


/* END MENU CSS */

/* CONTENT PAGES CSS */

.cookieCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight:normal;
	padding-bottom: 10px;
	text-decoration: none;
}

.cookieCrumbs A:link {
	text-decoration: none;
	color: #666666;
}

.cookieCrumbs A:visited {
	color: #666666;
	text-decoration: none;
}

.cookieCrumbs A:hover {
	text-decoration: underline;
}

/* CONTENT MENU CSS */

.contentMenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	margin-left: 0px; 
	font-weight:normal;
	line-height:25px;
	padding:2px 2px 2px 10px;
	border-top:1px dotted #CCCCCC;
	list-style: none;
	font-weight: bold;
}


.contentMenu li a {
	display:block;
	text-decoration: none;
	color: #ff0000;
	font-weight: normal;
}

.contentMenu li a:visited {
	display: block;
	color: #ff0000;
	text-decoration: none;
}

.contentMenu li a:hover {
	display:block;
	background: url(../img/redArrow.gif) right no-repeat;
	color: #ff0000;
}

/* END CONTENT MENU CSS */

.LegalNotice {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#333;
}

.CVATLoginText {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}

.CVATLoginTitle {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.CVATLoginTitle a {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.CVATLoginTitle a:visited {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.CVATLoginTitle a:hover {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

.RedArrowRedText {
	background: url(../img/redArrow.gif) right no-repeat;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.TrackingNumber {
font-family:Courier, Courier New;
font-size:18px;
font-weight:bold;
color:#000000;
background-color:#f3f3f3;
}

.AccountStandingMessage {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* FORM INPUT */

.TextFieldORC {
border:solid 1px #333;
font-weight: bold;
}

/* END FORM INPUT */