@charset "ISO-8859-1";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * links.css 

  09.03.2006 : added the td.noborder
			 : replaced the div by th
		 	 : replaced the valign
			 : some left/right too

 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	text-align: center;
	position: relative;
	margin: 10px;
	padding: 0;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #8798ab;
	/* crappy IE stuff to center table */
	text-align:center;
}

td {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #8798ab;
	text-align: center;
	vertical-align: top; 
}

td.middle {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #8798ab;
	text-align: center;
	vertical-align: middle; 
}

td.left {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #8798ab;
	text-align: left;
}

td.noborder {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 0px solid #8798ab;
	text-align: right;
}

th {
	color: blue;
	background-color: white;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 12px;
	border: 2px solid #8798ab;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

img {
	border-width: 0;
	border-style: none;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:hover {
	font-size: 10px;
	color: red;
}
