
       /************ Specific styles ***********/
       

 #textHolder1,#textHolder2,#textHolder3{
     color:#86F123;
     font-family: "verdana";
     font-weight: 800;
     font-size: 16pt;
     visibility:hidden;
	 
 }
 #textHolder2{
     color:#FF9ACA;
	 
 }
 .mainHolder{
	 text-align:center;
	 width:450px;
 }
 
 #logoHolder{
	       position:relative;
	 
 }
 #upArrow{
    	position:relative;
        top:200px;
        cursor:pointer;
    }
#downArrow{
    	position:relative;
        top:218px;
        cursor:pointer;
	}
       /************ General styles ***********/

        
    html, body, #wrapper {
	 background:#7A896C;
	 border:none;
	 text-align:center;
	 width:100%;
	 margin:auto;
     overflow: hidden;  /*Hides scrollbar in IE */
     height:100%;
     padding: 0;
     border-collapse:collapse;
	    font-family:"verdana";
	    font-weight: 500;
	    font-size: 10pt;
   }
   #wrapper {
      vertical-align: middle;
   }
   .left{
       text-align:left;
   }
   .exampleClass{
       text-align:left;
        color:#eeeeee;
        font-size:12pt;
           
   }
   .smallPrint{
	    font-size: 12pt;
        color:#7c8b6e;
        text-align:center;
   }
   #example{
        overflow:visible;   
   }
	.contactFormTable{
    	width:100%;
    	margin:auto;
        border-collapse:collapse;
	    border:none;    	
	    font-size: 10pt;
	}
    input, textarea{
    	background-color: #7A896C;
	    font-family:"verdana";
	    font-weight: 500;
	    font-size:12pt;
        color: #eeeeee;
        width:98%;
        overflow:hidden;
        border:1px solid #FF9ACA;
    }
    a:link {color:#4147B1}      /* unvisited link */
	a:visited {color:#4147B1}  /* visited link */
	a:hover {color:#4147B1}  /* mouse over link */
	a:active {color:#4147B1}  /* selected link */
	a{
    	text-decoration:none;
	    font-family:"verdana";
	    font-weight: 500;
	    font-size: 8pt;
	    }


