#text {
    padding: 10px 20px 20px 30px;
	font-family: arial, verdana, Helvetica, sans-serif;
	/*font-size: small;*/
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;	
	color: #555555;    
} 

#text h1 {
    padding: 10px 0 8px 0;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;	
	color: #222222;    
} 

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

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

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

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

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

#text img {
    /*float: right;*/
    margin: 10px 10px 10px 0;;
    padding: 5px; 
    background: #ffffff;
    border: 1px solid #aaaaaa;          	
}



#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 {
	font-size: 11px;
    margin: 0;
    padding: 1px;
    width: 400px;
    height: 80px;
    color: #333333;
    background: #cccccc;
    border-collapse: separate; 
    border-spacing: 1px;        
    border: 1px solid #333333;
}

#text table caption {
    margin: 20px 0 2px 0;
    color: #333333;
}

#text table thead {
    color: #444444;
    background: #aaaaaa;    
}

#text table thead th {
    padding: 1px 5px;
    width: 50%;
    border: 1px solid #333333;   
}

#text table tbody {
    color: #444;
    background: #eeeeee;    
}

#text table tbody td {
    padding: 1px 5px;
    border: 1px solid #333333;    
}

#text table tfoot {
    color: red;
    background: #dddddd;    
}

#text table tfoot td{
    padding: 1px 5px;
    border: 1px solid #333333;      
}