#text {
	padding: 0 30px 20px 20px;
	color: #454545;
	font-family: verdana, arial, Trebuchet MS;
	font-weight: normal;
	font-size: 12px; 
	line-height: 1.6em;
	text-decoration: none;    
} 

#text h1 {
	padding: 20px 0 12px 0;
	color: #901201;
	font-family: georgia, verdana, arial, Trebuchet MS;
	font-weight: normal;
	font-size: 20px; 
	text-decoration: none;     	  
} 

#text h2 {
    padding: 10px 0 8px 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;	
	color: #bd6701;    
} 

#text h3 {
    padding: 10px 0 8px 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;	
	color: #bd6701;    
} 

#text p {
    padding: 5px 0 5px 0;   
}

#text ul {
    padding: 15px 0 15px 50px;    
}

#text ul li {
    padding: 0 0 0 2px; 
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;	
	color: #9f0700; 
    list-style: square;  
    background: url(images/ul_bullet.gif) no-repeat top left;          	
}

#text img {
    padding: 5px; 
    background: #ffffff;
    border: 1px solid #444444;          	
}



#text dl {
    margin: 10px 0;
    padding: 1px; 
    width: 300px;
    background: #aaaaaa;   
}

#text dl dt {
    position: realtive;
    padding: 0 0; 
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0A59A8;   
    background: #888888;        	
}

#text dl dd.ddLeft {
    position: realtive;
    float: left;
    padding: 0 10px; 
    width: 60px;
    min-height: 100px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;	
	color: #0A59A8;   
    background: #cccccc;          	
}

#text dl dd.ddRight {
    position: realtive;
    margin: 0 0 0 80px;
    padding: 0; 
    min-height: 100px;
    background: #dddddd;                 	
}

#text dl dd.ddRight p {   
    padding: 0 0 0 10px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;	
	color: #0A59A8;            	
}


#text dl dd.ddClear {
    position: realtive;
    clear: both;  
    line-height: 0px; 
    height: 0px;   
    font-size: 0px;   	
}

#text fieldset {
    margin: 10px 0 0 0;
    padding: 0 0 10px 10px;
    width: 500px;
    background: #e5e5e5;    
    border: 1px solid #999999;
}

#text fieldset legend {
    padding: 2px 6px;
    color: #fff;
    background: #9ca6d1;
    border: 1px solid #999999;
} 

#text fieldset div{
    padding: 10px 0 0 0;
} 

#text fieldset div p{
    padding: 2px 0 2px 0;
} 

#text fieldset label {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

#text fieldset input.txt {
    padding: 1px;
    width: 200px;
    color: #333333;
    background: #f5f5f5;
    border: 1px solid #aaaaaa;
}

#text fieldset select {
    padding: 1px;
    width: 200px;
    color: #333333;
    background: #f5f5f5;
    border: 1px solid #aaaaaa;
}

#text fieldset textarea {
    padding: 1px;
    width: 200px;
    height: 80px;
    color: #333333;
    background: #f5f5f5;
    border: 1px solid #aaaaaa;
}

#text p.submit {
    padding: 10px 0 0 155px;
}

#text p.submit input {
    text-align: center;
    background: #acbee7;
    border: 1px solid #777777;
}


#text table.formTable{
    padding: 0;
    width: 470px;
	line-height: 1.2 em;
	color: #454545;
	font-family: arial;
	text-align: left;
	font-size: 12px;
	font-weight: normal;    
}

#text table.formTable td{
    padding: 2px 0;
    width: ;
}

#text table.formTable td.tdLeft{
    padding: 2px 0;
    width: 170px;
}

#text table.formTable td.tdRight{
    padding: 2px 0;
}

#formDiv table.formTable td select.select{
    padding: 0;
    width: 200px;
    border: 1px solid #222222;
}

#text table.formTable td input.textfield{
    padding: 2px 0;
    width: 220px;
    border: 1px solid #222222;
}

#text table.formTable td textarea.textarea{
    padding: 2px 0;
    width: 250px;    
    border: 1px solid #222222;
}

#text table.formTable td input.btn{
    cursor: hand;
    padding: 2px 10px;   
    background: #999999;
    border: 1px solid #444444;
}

#text .iframe_galley{
    padding: 0;
    text-align: left;
    width: 540px;
    height: 460px;   
    border: 0px solid #ffffff;
}












