html{
		overflow-x:hidden;
    overflow-y:auto;

}

body {   
		font-family: Arial, Helvetica, sans-serif; 
	  font-size: 13px;
		color: red;
		margin: 0px;
		overflow-x:hidden;
    overflow-y:auto;
		background-color: white;
}
b { 	 
		 font-size: 13px;
		 font-weight: bold;
}
i {		 
     font-size: 13px;
}
table, td,div {		 
     font-size: 13px; 
		 padding: 0px; 
		 margin: 0px; 
		 border-collapse: collapse;  
		 border-spacing: 0px; 
		 border-style: hidden; 
		 vertical-align: top;
		 color: red;
}


input,select {		 
     font-size: 14px;
		 background-color: darkgray;
		 color: red;
		 vertical-align: middle;
		 height: 22px;
		 }

textarea {
		overflow-x:hidden;
    overflow-y:auto;
	font-family: Arial, Helvetica, sans-serif;	
}

img {
		border: red 0px solid;
		margin: 0px;
		padding: 0px;
  	border-collapse: collapse;  
		border-spacing: 0px; 
		border-style: hidden; 
}
		 
hr{
     color: red;
}
		 
a {		 
		 color: red;
		 text-decoration: underline;
		 font-size: 13px;}
a:active 
{}
a:link 
{}
a:hover 
{  	 text-decoration: none; color: ff4e4e;}
a:visited 
{}

.location_menu{
		 color: red;
		 text-decoration: none;
		 font-size: 11px;}

a.location_menu {		 
		 color: red;
		 text-decoration: underline;
		 font-size: 11px;}
a.location_menu:active 
{}
a.location_menu:link 
{}
a.location_menu:hover 
{  	 text-decoration: none; color: ff4e4e;}
a.location_menu:visited 
{}



.title 
{ 	 font-size: 15px; 
		 color:#003481;}
		 
a.top4
{  	 font-size: 11px;}
a.top4:hover 
{  	 text-decoration: underline; color: #696969;}
