/* CSS Document */

html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }

body{ height: 100%; width:100%; margin: 0; overflow:auto}

.clearboth { display: block; clear: both; height: 0px; font-size: 0px; line-height: 0px; }

#flashcontent {
	background-color: #ffffff;
	text-align: left;
}

div.minimum_size {
	/* for mozilla */
	background:#009933;
	min-width: 2015px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,1015 ) + "px" );
	height: expression( Math.max(document.body.clientHeight,600 ) + "px" );
}

.noscript { font-family: Arial; color: #FFFFFF; font-size: 10px }

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #888888;
	vertical-align: top;
	font-weight: bold;
	width: 100%;
}
.boxclass {
	text-align:left;
	width: 1015;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #888888;
	vertical-align: top;
	padding:0px 0px 5px 0px;
}
