/* CSS Document */

/* mozilla border remove */
object, object:hover, object:active{
	border:none;
	outline: 0px;
	
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{   
        border : 0px;
}
/* end mozilla border remove */

html, body {
      height:100%;
	  width: 100%;
      margin: 0px;
      padding: 0px;
      border: none;
      text-align: center;
	  background:#FFFFFF;
	  color:#999999;
	  font-family:'Century Gothic', Helvetica, Arial, sans-serif;
	  font-size:12px;
   }
body a, body a:visited {
	color:#7d7d7d;
	text-decoration:none;
}

body a:hover {
	color:#5C7877;
	text-decoration:none;
}

body h2 {
	font-size:14px;
	}
#wrapper {
      height:95%;
	  width: 100%;
      margin: 0px;
      padding: 0px;
      border: none;
      text-align: center;
	  vertical-align: middle;
	  
   }
#wrapperSplash {
      height:95%;
	  width: 100%;
      margin: 0px;
      padding: 0px;
      border: none;
      text-align: center;
	  vertical-align:center;
}


#wrapperSplashTxt {
     
	  width: 750px;
      margin-top: 100px;
      padding: 0px;
      border: none;
      text-align: center;
	  vertical-align:top;
	    margin-left: auto;
  		 margin-right: auto;
}


#infoHolder{
	display:block;
	margin:auto;
	width:700px;
	color:#aaaaaa;
	text-align:left;
}
#logoImage {
	margin-left:-20px;
	margin-top:20px;
}
#infoHolder a {
	color:#999999;
}
#infoHolder a:hover {
	color:#5C7877;
}
.lineBreak {
	width:700px;
	height:1px;
	border-top-style:solid;
	border-color:#eeeeee;
	border-width:1px;
	margin:20px 0 20px 0;
}
.pTitle1{
	font-size:14px;
	color:#81A09F;
}
#Tag_wrapper{
	height:5%;
	width: 100%;
	vertical-align:bottom;
	
}
.tagTxt_right {
	margin-top:3px;
	margin-right:5px;
	width: 100%;
	vertical-align: bottom;
	text-align:right;
	color:#bbbbbb;
	font-family:'Century Gothic', Helvetica, Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.tagTxt_right a, .tagTxt_right a:visited {
	text-decoration:none;
	color:#bbbbbb;
}
.tagTxt_right a:hover {
	color:#999999;
}

.tagTxt_left {
	margin-top:3px;
	margin-left:5px;
	width: 100%;
	vertical-align: bottom;
	text-align:left;
	color:#bbbbbb;
	font-family:'Century Gothic', Helvetica, Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.tagTxt_left a, .tagTxt_left a:visited {
	text-decoration:none;
	color:#bbbbbb;
}
.tagTxt_left a:hover {
	color:#999999;
}
