/*
 * HTML.css - Control major HTML root elements
 *
 *
 *
 */
* { 
   margin: 0; 
   padding: 0; 
}
body {
   background-color: #eeeeee;
	color:#333;
	font-family: "Lucida Sans", sans-serif;   
	text-align: center;
}

img {
   border: none;
}
/*
 * Anchor Defaults
 */
a {
	color: #014B94;
	text-decoration:none;
}
a:visited {
	color: #014B94;
	text-decoration:none;
}
a:hover {
   color: #EE3F36;
	text-decoration: underline;
}
a img { 
   border: none; 
}



a.External {
   background-image: url(Images/open-in-new.gif);
   background-repeat: no-repeat;
   background-position: right;
   padding-right: 16px;
}
/*
 * Lists
 */
ul li { margin-left: 20px; }
ol li { margin-left: 25px; }




/*
 * Generic Class Modifiers
 */
.clear {
   clear: both; 
}
.hide { 
   display: none; 
}
.column { 
   float: left; 
}



table {
   vertical-align: top;
}
table tr {
}
table td {
   border-collapse: collapse;
   padding: 0;
   margin: 0;
   vertical-align: top;
}
table td div {
   padding: 0;
   margin: 0;
}
input {
}
table td select {
   margin: 0;
   padding: 0; 

}
