body {font-family: arial,sans-serif;
      background : #ECE9D8}
	  
input.text-input {border-style: solid; 
                  border-width: 1; 
				  border-color: #B2AEA0; 
				  background-color: white;
				  font-family: arial,sans-serif; 
                  font-size: 14;
			      font-weight: normal;}
				  
input.radio {border-style: solid; 
                  border-width: 1; 
				  border-color: black; 
				  background-color: yellow;
				  font-family: arial,sans-serif; 
                  font-size: 14;
			      font-weight: normal;}
				  
input.button {border-style: solid; 
              border-width: 1; 
			  border-color: #B2AEA0}
			  
table.ent-header {background-color: #8BA169 /*#B2AEA0*/; 
                  border-style: solid; 
				  border-width: 1; 
				  border-color: #ACA899;}

.header-logo{border-style: none;}
				  
.ent-header {font-family: arial,sans-serif; 
             color: #ECE9D8}

table.page_title {font-family: arial,sans-serif; 
                  font-size: 14;
				  font-weight: bold;
                  background-color: black; 
				  color: #ECE9D8; 
				  border-style: solid; 
				  border-width: 1; 
				  border-color: #ACA899; 
				  width: 100%}

table.questions {font-family: arial,sans-serif; 
                  font-size: 18;
				  font-weight: bold;
                  background-color: #8BA169; 
				  color: #ECE9D8; 
				  border-style: solid; 
				  border-width: 2; 
				  padding: 4;
				  border-color: #ACA899; 
				  width: 100%}
				  
p {font-family: arial,sans-serif; 
               font-size: 14;
			   font-weight: normal;
               color: black;} 
			   
p.module_menu {font-family: arial,sans-serif; 
               font-size: 14;
			   font-weight: bold;
               color: black;} 

ol {font-family: arial,sans-serif; 
    font-size: 14;
    font-weight: normal;
    color: black;} 		 

ul {font-family: arial,sans-serif; 
    font-size: 14;
	font-weight: normal;
    color: black;} 		
	
img
  {
   border-width: 1;
   border-color: #ACA899;
   padding: 2px;
 }

 .highlight-text{color: blue;}
 
 a:link{color: black;}
  
