/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {background-image: url(/images/navy-background.gif); margin: 0; padding: 0}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #0082AB;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}

a:visited {
	color: #CC6600;
}

.itemname {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	margin-left: 10; 
	margin-right: 40; 
	margin-top: 10;
	text-align:justify;
}
.itemtext {
	font-family: Arial, Helvetica, sans-serif;
	align: 
	color: #EEEEEE;
	font-size: small;
	margin-left: 10; 
	margin-right: 40; 
	margin-top: 10;
	text-align:justify;
}
.itemcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #EEEEEE;
	text-align:center;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #EEEEEE;
	margin-left: 10; 
	margin-right: 40; 
	margin-top: 10;
	text-align:justify;
}
.purchaseheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.itemchoosegood {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: x-small; 
}
.itemchoosegoodleft {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: x-small; 
	text-align: left;
}
.itemchoosegoodcenter {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: x-small;
	text-align: center;
}
.menuchoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #0082AB;
	text-decoration: underline;
}
.menuchoice:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #EEEEEE;
}
.menuchoicebad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}