/* css for HCH-LAT */
/* 17MAR11         */

body 	
	{font-family: verdana, sans-serif;
	background-color: #eff0ff;
	}

table
	{width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid;	
	}
td
	{border: 1px solid;
	}
th
	{border: 1px solid;
	}
#main	
	{width: 800px;
	margin-left: auto;
	margin-right: auto;	
	}
p.navigate
	{border-top: solid thin;
	border-bottom: solid thin;
	text-align: left;
	font-weight: bold;
	}
p.nav-gt
	{border-top: solid thin #7e3308;
	border-bottom: solid thin #7e3308;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	}	
.update
	{margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-left: solid thick #BECBEC;
	padding-left: 2%;
	padding-right: 2%;
	border-right:solid thick #BECBEC
	}
.col
	{-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-rule: 1px outset #becbec; /* Firefox */
	-webkit-column-rule: 1px outset #becbec; /* Safari and Chrome */
	column-rule: 1px outset #becbec;
	text-align: justify;
	text-indent: 1em;
	margin-left: 5%;
	margin-right: 5%;
	}

.center
	{text-align: center;
	}
img
	{border: 0;
	}
mark
	{background-color: #c0ffee;
	}
pre.bor
	{border: solid medium;
	border-color: #becbec;
	}
.bec
	{background-color: #becbec;
	}
tr.data
	{text-align: center;
	}
.warn
	{border-style: solid;
	border-color: red;
	color: red;
	}
.modate
	{font-size: 70%;
	font-weight: bold;
	text-align: center;
	border-top: solid thin;
	}

a:link    
	{color: green;
	text-decoration: none;
	font-weight: bold;
	}
a:visited 
	{color: green;
	text-decoration: none;
	font-weight: bold; 
	}
a:hover   
	{color: red;
	text-decoration: underline;
	font-weight: bold;
	}
a:active  
	{color: green;
	text-decoration: none;
	font-weight: bold;
	}		 			

/* That's it */

