body {
	/* customize page background-if not using a background image, use commented code below imstead */
	/* background: #110C07; */
	background: #FFFFFF url(images/bk.gif) repeat;
	/* don't change anything else */
	margin:0;
}

/* styles for flash content -change width and height, and top and left margin*/
#flashMovie {
	/* change flash movie width*/
	width: 700px;
	/* change flash movie height*/
	height: 500px;
	/* change left margin to half of flash movie width - negative value*/
	margin-left: -350px;
	/* change top margin to half of flash movie height - negative value*/
	margin-top: -250px;
	/* change font-family, font size and  font color if needed - for no flash message */
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	/* don't change anything else */
	text-align: center;
	position: absolute;
	visibility: visible;
	top: 50%;
	left: 50%;
}

/* change font color and underline (change underline to none if you dont want an underline) if needed - used for no flash message link */
a.noflash { color: #666666; text-decoration: underline; }
/* uncomment style below if needed - used for no flash message link hover state - if left commented, link does not change on mouse over*/
/*a.noflash:hover { color: #666666; text-decoration: underline;  } */

/* positioning styles for footer - dont change!! */
#footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	visibility: visible;
	display: block;
}

/* text styles for footer */
#footertxt {
	/* change font-family, font size and  font color if needed */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9EA0;
	/* don't change this */
	padding-bottom: 10px;
}

/* change font color and underline (change underline to none if you dont want an underline) if needed - used for footer link */
#footer a { color: #9C9EA0; text-decoration: none; }
/* uncomment style below if needed - used for footer link hover state - if left commented, link does not change on mouse over*/
/* #footer a:hover { color: #9C9EA0; text-decoration: none;  }*/

/* noscript text style - change color if needed. */
#noscript { color: #999;}

/* site wide elements - dont change!! */
.inside{ padding:12px; }


/* others - dont change!! */
.hide{ display: none; }
.show{ display: block; }
.show_{ display: inline; }
.underline{ text-decoration: underline; }
.i{ font-style: italic; }
.r{ text-align: right; }
.l{ text-align: left; }
.c{ text-align: center; }
.b{ font-weight: bold; }
.s{ text-decoration: line-through; }
.u{ text-decoration: underline; }
.b{ font-weight: bolder; }
.i{ font-style:italic; }
img,form{ border: 0; margin: 0; padding: 0; }
.fr{ float: right !important; }
.fl{ float: left !important; }
.rfr{ position:relative; float: right !important; }
.rfl{ position:relative; float: left !important; }
br.clear{ clear: both; }
hr{ width:100%; height:2px; }
td{ vertical-align:top; }

.frImg{ float:right; margin: 0 0 8px 8px; clear: right; }
.flImg{ float:left; margin: 0 8px 8px 0; clear: left; }
