/* CSS Document */
html {
     background-color: #ffffff;  
     }
     
html#front {
     background-color: #ffffff;  height: 100.1%;  background-image: url('http://demo.testaamo.com/linkkieu/images/front_bg.gif'); background-repeat: repeat-x; 
     }

html#normal {
     background-color: #ffffff;  height: 100.1%;  background-image: url('http://demo.testaamo.com/linkkieu/images/normal_bg.gif'); background-repeat: repeat-x; 
     }

body {      
        margin: 0;
        padding: 0;
      
        color:black;
        font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
        font-size: 76%;

        text-align:left;
 }
 
h1 { margin: 0; padding-top: 10px; padding-bottom: 10px; font-size: 14pt; font-weight: bold; color: #000000; background-color: inherit; }
h2 { margin: 0; padding-top: 10px; padding-bottom: 5px; font-size: 12pt; font-weight: bold; color: #000000; background-color: inherit; }
h3 { margin: 0; padding-top: 10px; padding-bottom: 5px; font-size: 10pt; font-weight: bold; color: #000000; background-color: inherit; }

ul { padding-top: 2px; margin-top: 2px; }
li { padding-top: 0px; margin-top: 0px; }

div#thanx {         width: 400px;
        text-align: left;
        margin-right: auto;
        margin-left: auto; 
        margin-top: 80px; 
        margin-bottom: auto; 
        
        } 
 
 .dirLINK { text-decoration: underline; color: rgb(0,51,153); }
 .dirLINK:hover { text-decoration: underline; color: rgb(204,0,0); }
  
 div#errorbox { height: 37px; width: 450px; background-color: #fafafa; margin: 5px 0px 5px 0px; border: 1px solid rgb(0,51,102); padding: 15px;   }
 div#errorbox2 { height: 87px; width: 450px; background-color: #fafafa; margin: 5px 0px 5px 0px; border: 1px solid rgb(0,51,102); padding: 15px;   }
div#errorbox2 img {float:left;
			margin-top: -9px;
			margin-right:20px;
			z-index:5;
			}
div#errorbox img {float:left;
			margin-top: -9px;
			margin-right:20px;
			z-index:5;
			}

div.container h1 {  font-weight:bold; font-size: 17pt; color: #f3f3f3; font-family: Georgia,Helvetica,Arial,Verdana,sans-serif; padding-bottom: 30px; padding-top: 50px; margin: 0; } 
div.content h2 { font-size: 12pt; color: rgb(96,96,96); font-family: Georgia,Helvetica,Arial,Verdana,sans-serif; padding: 0; margin: 0; }

div#navi {
        color: #ffffff;
        font-size: 12pt;
        padding-top: 14px;         padding-bottom: 10px;
        width: 920px;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        }

div#navi a { 
        font-weight:bold;
        color: #ffffff;
        font-size: 12pt;
        text-decoration: none;
        }

div#navi a:hover {
        font-weight:bold;
        color: #ffffff;
        font-size: 12pt;
        text-decoration: underline;
        }        

div.container {
        min-height: 450px;
        width: 920px;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20px;
        }

div.content {

        width: 920px;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        }
div.cont-l {
 margin-top: 8px;
float:left;
	width:61%;
}
div.cont-r { 
 margin-top: 8px;
float:right;
	width:38%;
}
        
