   
    
    
    
    /*//////////////////////////////////////     BODY CONTROL      ///////////////////////////////////////*/
    /*  BODY */  
    body, html {
    background-color: #cccccc;
    text-align: center;
    /*body {background-image:url('')*/ 
	
	/* Borders */
	/*margin:0; /* margin width all around */
    /*padding:1.5em; /* padding between border and page content */
	/*border: 50px #666 ridge; /* width / color / style */
	/* Other styles of borders:
	                             dotted, dashed, solid, double, groove, inset, outset
	*/
	
	/* Margin widths */
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0 px;
	margin-bottom: 0 px;
	
	/* ScrollBar Colors */
 	scrollbar-face-color: #0b076c; /* color of the scroll block face */
 	scrollbar-shadow-color: #ff0000; /* don't need to change color for the dark shadow of the 3D look */
 	scrollbar-highlight-color: #0b076c; /* don't need to change color for the light shadow of the 3d look */
 	scrollbar-3dlight-color: #0b076c; /* don't need to change color for the light shadow of the 3d look on the scroll block */
 	scrollbar-darkshadow-color: #ff0000; /* don't need to change color for the drop shadow behind scroll block */
 	scrollbar-track-color: #ff0000; /* background color */
 	scrollbar-arrow-color: #ff0000;  /* arrow colors when active */
    }   
    
    /* END BODY */
    /*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    
    
    
    .bg{
	background-image : url(images/index_02.gif);
	background-position : top center;
	background-repeat : no-repeat;
}

    
    
    
    
    /*/////////////////////////////////////////   TEXT CONTROL     ///////////////////////////////////////////*/
    /*     TEXT    */
	body { margin-top: 0px; margin-left: 0px; }
	H1{ font-family: Arial, Helvetica; text-align:; font-style: normal; color: #000000; font-size : 16pt; }
	H2{ font-family: Arial, Helvetica; text-align:; font-style: normal; color: #000000; font-size : 14pt; }
	H3{ font-family: Arial, Helvetica; text-align:; font-style: normal; color: #000000; font-size : 13pt; }
	H4{ font-family: Arial, Helvetica; text-align:; font-style: normal; color: #000000; font-size : 10pt; }
	p { font-family: Arial, Helvetica; text-align:; font-style: normal; color: #000000; font-size : 10pt; }
	table,td { font-family: Arial, Helvetica; color: #000000; font-size : 10pt; }
    li { font-family: Arial, Helvetica; color: #000000; font-size : 10pt; }
    /*    END TEXT    */  
    /*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
   
   
   
   
   
   
   
   
    /*////////////////////////////////////////     LINK CONTROL    ////////////////////////////////////////////*/
    /*  LINKS */
    a:link { color : #0000FF;}       /* unvisited link */
    a:visited { color : #0000ff; }   /* visited link */
    a:hover { color : #ff0000 }      /* mouse over link */
    a:active { color : #0000ff }     /* selected link */
    /*  END LINKS */
    /*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/




    
    
    
    
    /*////////////////////////////////////////     HORIZONTAL RULE     //////////////////////////////////////*/
    /*  HORIZONTAL RULE  */
    HR {
    height:1px;
    width:100%;
    background:#000000;
    margin: 10px 10px 10px 10px;
   }
    /*  END HORIZONTAL RULE  */
    /*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    
    
    
    
    /*//////////////////////////////////////     Bullets within a list /////////////////////////////////////*/
	/* Bullet styles within a list */
	.ul {
	list-style-type: disc; 
	/* other styles include: 
	                          square, disc, circle, decimal, decimal-leading-zero, lower-roman, upper-roman, lower-alpha
							  upper-alpha, lower-latin, upper-latin, lower-greek, hebrew, hiragana, katakana, hiragana-iroha
							  katakana-iroha, none
	*/
	
	/* use an image for the bullets */
	list-style-image: url(images/bullet.gif);
	}
    /* End Bullet styles within a list */
    
    
	/*/////////////////////////////////////////// Form Properties //////////////////////////////////////////*/
	/* Form Properties */
	/* Submit Button */
	.buttonSubmit {
 	color:white; /* font color */
 	background-color: #0000ff; /* button background color */
 	font-size: 1.0em; /* font size */
 	border: 3px solid #ff0000; /* button border color */
 	padding: 1px; /* spacing between text and button border */
	}
	/* Reset Button */
	.buttonReset {
 	color:white; /* font color */
 	background-color: #0000ff; /* button background color */
 	font-size: 1.0em; /* font size */
 	border: 3px solid #ff0000; /* button border color */
 	padding: 1px; /* spacing between text and button border */
	}
	/* End Form Properties */
    
    /*//////////////////////////////////////     TABLE CONTROL     ////////////////////////////////////////*/
    /*  Table   */
    .container {
    
    width:760px;
    padding: 2px;
    margin:0 auto;
    border-left-width: 1;
    border-right-width: 1;
    border-top-width: 1;
    border-bottom-width: 1;
    border-style: solid;
    border-color: #000000;
    background-color: ffffff;
    /*background-image:url('')*/
    }
    
    .box_title {
    width: 200px;
    padding: 2px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 1;
    border-style: solid;
    border-color: #000000;
    background-color: cccccc;}
    
    .box_content {
    width: 200px;
    padding: 0px;
    border-width: 1;
    border-style: solid;
    border-color: #000000;
    background-color: ffffff;}
    
    /*  END TABLE  */
    /*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    
    
    
    
    
    
    
    
    
    /*////////////////////////////////////////        IMAGE BORDER      /////////////////////////////////////*/
    
    /*  Image Border  */  
    img {}
    .image_border {
    padding: 0px;
    border-width: 1;
    border-style: dotted;
    border-color: #000000;
    /* END Image Border  */
    /*////////////////////////////////////////////////////////////////////////////////////////////////////////*/