img {
	border: 0;
}

.menu {
	font-family:Arial;
	font-size:10px;
	color:#DDDDDD;
}

a.menu:link, a.menu:active, a.menu:visited  {
	font-family:Arial;
	font-size:10px;
	color:#DDDDDD;
	text-decoration: none;
}

a.menu:hover {
	font-family:Arial;
	font-size:10px;
	color:#FFBE39;
	text-decoration: none;
}

.printCallOut{
	background-color: #F08626;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 135px;
	border: 2px solid #FFBE42;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.printCallOut a, .printCallOut a:link, .printCallOut a:visited, .printCallOut a:active, .printCallOut a:hover{
	color: white;
	text-decoration: none;
}
.productTitle {
	font-family:Arial;
	font-size:10px;
	font-weight:Bold;
	color:#003399;
	text-decoration:none;
}

.productText {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.whatsNew {
	font-family:Arial;
	font-size:11px;
	color:#003399;
}

.mainText {
	font-family:Arial;
	font-size:12px;
}

a.mainText:link {
	font-family:Arial;
	font-size:12px;
	color:#0034B5;
}
a.mainText:active, a.mainText:visited {
	font-family:Arial;
	font-size:12px;
	color:#CE6500;
}

a.mainText:hover {
	font-family:Arial;
	font-size:12px;
	color:#0034B5;
}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
}

.errorMessage {
	color: #B71313;
}

p, body, td {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
}

.leftNavBox {
	width: 135px;
	height: 90px;
	background-image: url(../images/leftNav/navItemBg.jpg);
	border: 2px solid #FFBE42;
	text-align: center;
}

.upload-embed iframe {
	/**
	 * The box.net upload script seems to create an iframe that is too
	 * small for the frame content (possibly due to the description
	 * textarea. Adjust this value so that the contents of the iframe
	 * are displayed.
	 */
	height: 400px;
}
.expiryDate{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #636363;
}