/* basic elements */
body {
	margin: 0;
	padding: 0;
	font: 11px/14px Verdana;
	color: #666666;
	background: url(imgs/bg.gif) repeat top center;
	}

p, td {
	font: 11px/14px Verdana;
	color: #15241b;
	}

a:link, a:visited  {
	text-decoration: underline;
	color: #15241b;
	}
a:hover, a:active {
	text-decoration: none;
	color: #15241b;
	}

/* specific divs */	
#global {
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 941px;
     height: 570px;
     margin-top: -285px; /* half of the height */
     margin-left: -470px; /* half of the width */
     }
     
#main_container { 
	margin: 0;
	padding: 0;
	width: 941px;
	height: 530px;
	}
	
#flashcontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#sorry {
	width: 941px;
	height: 530px;
	background: url(imgs/bg_noflash.gif) no-repeat top left;
	text-align: center;
}
.clear {
	clear: both;
	}


#content01 {display: block; }


.hd_orange { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #e3630b;}
.hd_blue { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #1aa1b1;}

input, select, textarea {font-size: 10px; color: #666666; border: solid 1px #cccccc; background: #ffffff; padding: 1px;}
input:focus, select:focus, textarea:focus { border: solid 1px #e3630b;}