/*----------
	StyleSheet by Joshua Dearing x_X
----------*/

	/*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- */
	.white {
		font-size : 11px;
		color : #ffffff;
}
	a.white {
		text-decoration: underline;
}
	a.white:hover {
		text-decoration: none;
}
	.whitesm {
		font-size : 10px;
		color : #ffffff;
}
	a.whitesm {
		text-decoration: underline;
}
	a.whitesm: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;
}
	.blackmedium {
		font-size : 14px;
		color : #000000;
}
	a.blackmedium {
		text-decoration: underline;
}
	a.blackmedium:hover {
		text-decoration: none;
}
	.blacklarge {
		font-size : 18px;
		color : #000000;
}
	a.blacklarge {
		text-decoration: underline;
}
	a.blacklarge:hover {
		text-decoration: none;
}
	.bottom {
		font-size : 11px;
		color : #993366;
}
	a.bottom {
		text-decoration: underline;
}
	a.bottom:hover {
		text-decoration: none;
}
	.top {
		font-size : 12px;
		color : #993366;
}
	a.top {
		text-decoration: underline;
}
	a.top:hover {
		text-decoration: none;
}
	.redcolor {
		font-size : 11px;
		color : #993366;
}
	a.redcolor {
		text-decoration: underline;
}
	a.redcolor:hover {
		text-decoration: none;
}
	.redcolormd {
		font-size : 12px;
		color : #993366;
		font-weight: bold;
}
	a.redcolormd {
		text-decoration: underline;
}
	a.redcolor:hovermd {
		text-decoration: none;
}
