body {
	color: #47476b;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	font-family: Tahoma, "PT Sans Narrow", "Arial", sans-serif, verdana;
}

a:link {
 	text-decoration: none;
 	color: #000099;
 	font-weight: normal;
 	cursor:pointer;
 }
 a:hover {
 	text-decoration: none;
 	color: #008000;
 	font-weight: normal;
 	cursor:pointer;
 }
 
 a:active {
 	text-decoration: none;
 	color: #0000FF;
 	font-weight: normal;
 	cursor:pointer;
 }
 
 a:visited {
 	text-decoration: none;
 	color: #006666;
 	font-weight: normal;
 	cursor:pointer;
 } 
 


h1{color:#47476b;  text-align:center; font-size: 200%;}

h3{color:#47476b;  text-align:center; font-size: 150%;}

h4{color:#47476b;  text-align:center; font-size: 120%;}

p{font-size: 100%; text-align: left;}

table{background-color: #ffffff; border-color: #ffffff; border:0px; border-style: solid; 
      padding: 0%; text-align: left; border-spacing: 5px; }

td{background-color: #ffffff; border-color: #ffffff; border: 0px; border-style: solid; padding: 1px; }

.button{
background-color: #ffffff; 
color:  #004d99; 
border-color: #004d99; 
font-size: 14px; 
box-shadow: 0px 0px 10px rgba(0,106,173,0.5); 
border-radius: 4px;
cursor:pointer;
}

.button1{
background-color: #ffffff; 
color:  #004d99; 
border-color: #004d99; 
border: 0px;
font-size: 18px; 
box-shadow: 0px 0px 10px rgba(0,106,173,0.5); 
border-radius: 4px;
cursor:pointer;
}


.bar-blue{
background-color: #3366cc; /* #336699  #005580*/
color:  #ffffff; 
border-color: #004d99; 
font-size: 18px; 
font-weight: bold;
width: 100%;
}
