/* HTML Tag Styles */
body {
	background-color: #000000;
	text-align:center;
	margin-top:30px;
}


h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 10px;
   font-weight: 500;
   font-size: 10px;
   color: #CCCCCC;
   padding: 0px;
   margin: 0px;
}



/* Container Styles */

.container {
   margin: 0 auto; /* to center */
   width: 800px;
}

* html .container { /* ie box hack (this IS executed by ie) */
   width:806px;
}
.outerbox {
   border: #666666 solid 3px;
   background-color:#ffffff;
   width:100%;
}
.innerbox {
	margin:5px 5px 5px 5px;
	border-bottom:2px #00CCFF solid;
	width:200px;
}
.innerbox_right {
	margin:5px 5px 5px 5px;
	background-color:  #FFFFFF;
	border-bottom:2px #00CCFF solid;
	width:580px;
}



/* Left Side Text */

div.ltext {
padding:8px 4px 8px 4px;
background-image:url(../image/bg1.png);
}
.ltext{
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}

.ltext a:link, .ltext a:active, .ltext a:visited {
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
text-decoration:none;
border-bottom:1px dotted #CCCCCC;
}
.ltext a:hover {
color: #FFFFFF;

}



/* Right Side Text */

div.text {
padding:8px;
}
.text {
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;

}

.text a:link, .text a:active, .text a:visited {
color: #006600;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
border-bottom:1px dotted #CCCCCC;
}
.text a:hover {
color: #999999;

}


/* Titles */

.T-top td {
   background-color: #e9e9ff;
   font: bold 10pt verdana;
   width: 150;
}

.sec_title_right {
   background-color: #e9e9ff;
   font: 14px verdana;
}
.TitleBar {
   background-color: #024D2F;
   font: 10pt verdana;
   text-indent: 5px;
   text-align:  left;
   color: #ffffff;
   padding: 2px;
   margin: 3px;
   
   
}

/* ==== Sliding Door Title Bar -dk (Do Not Change 0px Values)==== */
.bar_right,.bar_left {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #ffffff;
	text-align:left;
}
.bar_right{
	background:url(../image/bar2_right.jpg)  no-repeat right top;
	margin:6px 0px 0px 0px;
	padding:3px 0px 4px 0px;
	border-bottom:2px #00CCFF solid;
	width:100%;
}
.bar_left{
	background:url(../image/bar2_left.jpg)  no-repeat left top;
	padding:3px 0px 4px 10px;
}

/* Misc */
.inset_image{
	float:left;
	padding:0px 10px 0px 0px;
	text-align:center;
}

.T-cell {
   font: 10pt verdana;
   width: 150;
}


/* Text Fader */

#tic {
 
   font: bold 18pt verdana, times;
   text-align:  center;
   
}

#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}

#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}




