
/*	RESET
-------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/*	DEFAULT STYLES
-------------------------------------------------------*/

body {
	background-color: #FBBB0D;
	color: #2a2e32;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#a00;
	text-decoration: underline;
}
a:hover, 
a:active {
	text-decoration: underline;
}

/*	NO FLASH
-------------------------------------------------------*/

#noflash {
	background-color: #fff;
	border:1px solid #e59109;
	width: 650px;
	margin-top: 50px;
	margin-left: 50px;
	padding: 20px;
	overflow: hidden;
}

#noflash a {
	color:#a00;
	text-decoration: underline;
}
#noflash p.title {
	font-weight:bold;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 7px;
}
#noflash p.message {
	line-height:18px;
}
#noflash img {
	float: left;
	margin-right: 30px;
}
