
/*----------
	Budweiser StyleSheet by Joshua Dearing \[-_-]/
	MMIII
----------*/

	/*img {display: block;}
	.inline {display: inline;}*/

	.dummy {}

/* universal fonts */
	html, option, form, select, body, div, span, th, td, form, p, li, ul, ol, a, h1, h2, h3, h4, h5, h6 {
		font-family : Arial, Helvetica, sans-serif;
}

/* generic universal fonts -do not modify- */
	.yellow {
		font-size : 11px;
		color : #FFCC33;
}
	a.yellow {
		text-decoration: underline;
}
	a.yellow:hover {
		text-decoration: none;
}
	.white {
		font-size : 11px;
		color : #ffffff;
}
	a.white {
		text-decoration: underline;
}
	a.white:hover {
		text-decoration: none;
}
	.whitemedium {
		font-size : 12px;
		color : #ffffff;
}
	a.whitemedium {
		text-decoration: underline;
}
	a.whitemedium:hover {
		text-decoration: none;
}
	.whitelarge {
		font-size : 18px;
		color : #ffffff;
}
	a.whitelarge {
		text-decoration: underline;
}
	a.whitelarge:hover {
		text-decoration: none;
}
	.blacksm {
		font-size : 10px;
		color : #000000;
}
	a.blacksm {
		text-decoration: underline;
}
	a.blacksm:hover {
		text-decoration: none;
}
	.black {
		font-size : 11px;
		color : #000000;
}
	a.black {
		text-decoration: underline;
}
	a.black:hover {
		text-decoration: none;
}
	.blacklarge {
		font-size : 18px;
		color : #000000;
}
	a.blacklarge {
		text-decoration: underline;
}
	a.blacklarge:hover {
		text-decoration: none;
}
	.greymicro {
		font-size : 9px;
		color : #999999;
}
	a.greymicro {
		text-decoration: underline;
}
	a.greymicro:hover {
		text-decoration: none;
}
	.greysm {
		font-size : 10px;
		color : #999999;
}
	a.greysm {
		text-decoration: underline;
}
	a.greysm:hover {
		text-decoration: none;
}
	.grey {
		font-size : 11px;
		color : #999999;
}
	a.grey {
		text-decoration: underline;
}
	a.grey:hover {
		text-decoration: none;
}
	a.greyreverse {
		text-decoration: none;
		font-size : 11px;
		color : #999999;
}
	a.greyreverse:hover {
		text-decoration: underline;
		font-size : 11px;
		color : #999999;
}
	.greymedium {
		font-size : 12px;
		color : #999999;
}
	a.greymedium {
		text-decoration: underline;
}
	a.greymedium:hover {
		text-decoration: none;
}
	.greylarge {
		font-size : 18px;
		color : #999999;
}
	a.greylarge {
		text-decoration: underline;
}
	a.greylarge:hover {
		text-decoration: none;
}

/* site fonts */

	.redtitle {
		font-size : 15px;
		color : #E11A2B;
}
	a.redtitle {
		text-decoration: underline;
}
	a.redtitle:hover {
		text-decoration: none;
}
	.darkgrey {
		font-size : 11px;
		color : #333333;
}
	a.darkgrey {
		text-decoration: underline;
}
	a.darkgrey:hover {
		text-decoration: none;
}
	.whitesm {
		color: #FFFFFF;
		font-size: 10px;
}
	a.whitesm {
		text-decoration: underline; 
}
	a.whitesm:hover {
		text-decoration: none;
}
	.captiontext {
		color: #4BF046;
		font-size: 10px;
}
	a.captiontext {
		text-decoration: underline;
}
	a.captiontext:hover {
		text-decoration: none;
}
	.grey2sm {
		font-size : 10px;
		color : #808080;
}
	a.grey2sm {
		text-decoration: underline;
}
	a.grey2sm:hover {
		text-decoration: none;
}
	.txtfld { 
		font-family : monospace;
		font-size: 11px;
}