h1           { font-weight: normal; font-style: normal; font-size: 14pt;
			color: #CCCCCC;
 			font-family: 
               Arial, Arial, Helvetica }
h2           {
	font-family: Arial, Arial, Helvetica;
	font-style: normal;
	font-size: 18pt;
	font-weight: normal;
	color: #CCCCCC;
}
h3           { font-family: Arial, Arial, Helvetica; font-size: 14pt; font-weight: normal; 
               font-style: normal; color: #CCCCCC}
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               Arial, Arial, Helvetica }
h5           { font-size: 10pt; font-style: normal; font-weight: light; font-family: 
               Arial, Arial, Helvetica }
h6           { font-family: Arial, Arial, Helvetica; font-size: 8pt; font-style: normal; 
               font-weight: normal }


table        { font-family:  helvetica, geneva, sans-serif; font-style: normal; font-size: 9pix; color:dimgray}
textarea     { font-style: normal; font-size: 8pt; font-family: Arial, Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
th           { font-family: Arial, Arial, Helvetica; font-style: normal }

a {  text-decoration: none;  border: 9px #222222; color: #999999; font-size: 11px; font-weight: bold}


p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
}
pre {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; color: #CCCCCC}
li {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; color: #CCCCCC}

hr {
}
.cv {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
}
.bigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #666666;
}
.loader {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

/*___________________________________________________*/
/*POSITIONING RULES*/

	.wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #000000;
	width: 80%;
	min-width: 600px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
		
		.wrap1 {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #000000;
	width: 80%;
	min-width: 1640px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
		
		
		.wrap_noborder {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #000000;
	width: 80%;
	min-width: 600px;

	}
	
  #top_section {
	position:relative;
	text-align: center;
	background-color: #FFCCFF;
	height: 100px;
	

  }
  #mid-section {
	position:relative;
	height: 80px;
	
  }
  #bottom-section {
	background-color: #999999;
	width: 100%;
	left: -40px;
	position: relative;
	padding-left: 40px;
	text-align: center;
}
  #mid-col-1 {
	position:absolute;
	left:0;
	width:100px;
	height: 100px;
	text-align: center;

	background-color: #FFFFDD;
  }

  #mid-col-2 {
	position:absolute;
	
	left:100px;
	width:70%;
	height: 100px;
	text-align: center;
	background-color: #CCCCFF;	
  }
  #mid-col-3 {
	position:relative;
	float: right;
	width: 20%;
	height: 100px;
	text-align: center;
	background-color: #99FFFF;

  }
  
/*END POSITIONING RULES*/
/*___________________________________________________*/

.img_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	font-weight: lighter;
}
