body, table, input, select, option, textarea, html {

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#000000;
	
}
body 
{
	margin:0;
	border:0;
	padding:0;
	background-color: #000000;
 }


.red {
	font-size: 10px;
	color: #FF0000;
}

A:link { text-decoration: none; color: #EC8722;}
A:visited { text-decoration: none; color: #EC8722;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}

p { margin-bottom: 11px; margin-top: 12px;}

h1 {
	font-size: 			16px;
	color: 				#666666;
	margin: 0px;
	padding: 0px;

}
h2 {
	font-size: 			13px;
	color: 				#666666;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 			11px;
	color: 				#666666;
}

h4 {
	font-size: 			13px;
	color: 				#666666;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#C4C4C4;
	background-color:	#FEFEFE;

}

td.left-side1 {
  	background-image: url('images/left-side1.gif'); 
    background-attachment: scroll;
    background-repeat: no-repeat; 
    background-position: top right;  }

td.left-side2 {
  	background-image: url('images/left-side2.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top right;  }
	
td.left-side3 {
  	background-image: url('images/left-side3.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: top right;  }
	
td.left-side4 {
  	background-image: url('images/left-side4.gif'); 
    background-attachment: scroll;
    background-repeat: repeat; 
    background-position: top right;  }
	

td.left-right1 {
  	background-image: url('images/left-right1.gif'); 
    background-attachment: scroll;
    background-repeat: no-repeat; 
    background-position: top left;  }

td.left-right2 {
  	background-image: url('images/left-right2.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top left;  }
	
td.left-right3 {
  	background-image: url('images/left-right3.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: top left;  }
	
td.left-right4 {
  	background-image: url('images/left-right4.gif'); 
    background-attachment: scroll;
    background-repeat: repeat; 
    background-position: top left;  }

td.page-bg {
  	background-image: url('images/page-bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: top left; 
	padding: 5px; }	
		
a.newnav:link, a.newnav:visited  {

	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
    background-image: url(images/nav-butbg-off.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Verdana;	
	width: 129px;
	*width: 161px;
	height: 20px;
	*height: 25px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 32px;
	padding-top: 5px;
	text-decoration:none; 
    color: #000000;
}

a.newnav:hover, a.newnav:active, a.navcurrent:link, a.navcurrent:visited
{
    background-image: url(images/nav-butbg-on.gif);
	text-decoration:none; 
	color:#EC8722;
}

#flashheader {
		border: solid 0px;
		width: 608px;
		height: 220px;
		text-align: center;
		margin:0px 0px;
 }
