body, select, input, button {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

code {
	font-family: "Courier New", Courier, monospace;
}


fieldset, img {
	vertical-align: middle;
	border: none;
}

table {
	border-collapse: collapse;
}

.bib, table {
	margin-left: auto;
	margin-right: auto;
}

h1,h2,h3,h4,h5,h6,th {
	font-weight:100;
}

.tex {
	font-size: 100%;
	position: relative;
	top: -0.2em;
}

th {
	background-color: #efefef;
	background-image:url('../img/shadows/menu_bottom.png');
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	height: 2em;
}


th, td {
	border: 1px solid #cdcdcd;
	padding-left: 0.125em;
	padding-right: 0.125em;
}

tr.odd {
	background-color: #eff6ff;
}

tr:hover {
	background-color: #cce3ff;
}

tr.odd:hover {
	background-color: #c1ddff;
}
td {
	vertical-align: top;
}

a {
 	color: #0061a5; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #800080;
}

dt {
	text-align: right;
	float: left;
	min-width: 5.0em;
	margin: 0;
	font-weight: bold;
}

dd {
	margin-left: 5.5em;
}
