/* Small screen display mobile features */
span#desk {
	display: none;
}

span#mobile {
	display: inline;
	width: auto;
}

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 28px;
	text-align: left;
}

/* Large screen display desktop features */
@media (min-device-width:800px) and (min-width:800px) {
	span#desk {
		display: inline;
	}
	
	span#mobile {
		display: none;
	}

	body {
		background-image: url(BackgroundMenuStripe.jpg);
		background-repeat: repeat-y;
		margin-left: 100px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-align: left;
	}
}

/* Form-label alignment */
        label{
            display: inline-block;
            padding: 3px 6px;
            text-align: right;
            width: 150px;
            vertical-align: top;
        }
		
td img {
	display: block;
}


.BigWhite {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.Bold18 {
	font-size: 1.25em;
	font-weight: bold;
}

/* Centered version */
.Bold18c {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.ctr {
	text-align: center;
	alignment-adjust: middle;
}

.ctr24 {
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
}

/* For mobile links - big, bold, black, centered, unmarked */
.MobiLink {
	font-size: 1.75em;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}

.MobiLink:hover {
	text-decoration: underline;
}

.OddQuote {
	background-color: #BE1B20;
	color: #FFF;
}

.White {
	color:#FFF;
}