/*
 * $Id: style.css 362 2010-08-24 08:44:50Z danny $
 */

html, body {
	margin: 0;
	padding: 0;
	border:0;
	font-family:'Trebuchet MS', arial, verdana, helvetica, sans-serif;
	font-size: 0.87em;
	height: 100.01%;
}

body {
	color: #0A6E99;
	background:#00394d;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #CE4E00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}
form {
	margin:0;
	padding:0;
}

div.textButtons a {
	font-family: Verdana;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
	text-transform: uppercase;
}
div.textButtons a:hover {
	color: #ffb825;
	text-decoration: none;
}
