@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #275C64;
	
}
a {
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #275C64;
}
a:visited {
	text-decoration: none;
	color: #275C64;
}
a:hover {
	text-decoration: none;
	color: #082A29;
}
a:active {
	text-decoration: none;
	color: #275C64;
	font-size: 14px;
}
td {
	border:10px solid #275C64;
	padding:1px;
	width:1px;
	background-color: #275C64;
}
.roundedCorners {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

