/* Military Discount Styles */

.military .stripe td
{
	background: #EEE;
}

.military caption
{
	font-size: 1em;
	font-weight: bold;
	margin: 1em auto 0em auto;
}

.military td {vertical-align: top;}

.military th
{
	background: #BBB;
	text-decoration: underline;
}

.military th, .military td
{
	padding: 0.5em;
	border: 1px solid #000;
}

.military
{
	width: 97%;
	margin: 1em auto;
	border: 3px double #000;
	border-collapse: collapse;
}
