 
/****** PAGE BACKGROUND ******/
html {
		width: 100%;
		height: 100%;
	}
body {
		background-color: #000000;
		width: 100%;
		height: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;	
	 }
 
 
/****** TEXT APPEARANCE ******/
a {
		text-decoration: none;
		color: #000000;
	  }
a:hover {
		text-decoration: underline;
		color: #BC2323;
	  }
.textbody {
		font-size: 10pt; 
		font-family: arial, helvetica, sans-serif;
		text-align: left;
		margin-left: 10px;   
		color: #000000;
	  }
.textwhite {
		font-size: 10pt; 
		font-family: arial, helvetica, sans-serif;   
		color: #FFFFFF;
	  }
.textbodycenter {
		font-size: 10pt; 
		font-family: arial, helvetica, sans-serif;
		text-align: center;   
		color: #000000;
	  }
.copyright {
		font-size: 8pt; 
		font-family: arial, helvetica, sans-serif;
		text-align: center;
		margin-top: 5px;   
		color: #9F9253;
	  }
.cms {
		font-size: 12pt; 
		font-family: arial, helvetica, sans-serif;
		text-align: center;
		margin-top: 5px;   
		color: #000000;
	  }



/****** LAYOUT ******/
.tableheight {
		height: 100%;
	}
#frame {		
		width: 100%;
		height: 480px;			
	  }

/****** BACKGROUNDS ******/
.top_bar_left {
		background-image: url(../images/home01_top_bar.gif);
		background-repeat: repeat-x;
		background-position: right;
		}
.top_bar_right {
		background-image: url(../images/home01_top_bar.gif);
		background-repeat: repeat-x;
		background-position: left;
		}
.marib {
		background-image: url(../images/home01_top.gif);
		background-repeat: no-repeat;
		background-position: center;
		}
.bottom_bar {
		background-image: url(../images/home01_bottom.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		}
.tan_bg {
		background-image: url(../images/tan_bg.jpg);
		background-repeat: repeat;
		background-position: center;
		}
/****** BORDERS ******/


