@CHARSET "UTF-8";

html {height: 100%;}
h1 {margin-top: 0px; padding-top: 0px; font-size:23px; line-height:27px; color:#F4C60B;}
.box {-moz-border-radius: 15px; border-radius: 15px; background-image: url(images/box-bg.png);/*background-color:#800080;*/ }
strong {/*color: #fff;*/ color:#F4C60B;}

.menu a {text-decoration: none; color:#fff;}
.menu a:visited {color: #fff;}

a {text-decoration: none; color:#F4C60B; border:0px solid;}
a:visited {color: #F4C60B;}
a:hover {color: #fff;}

a img {text-decoration: none; border: 0px solid;}

ul {margin:0; padding:0; list-style:none;}
li {padding: 3px 0px; border-bottom: 1px dotted #FFF;}

.nav {text-align:right; float:right;}
.menu ul {}
.menu ul li {float:left; border-right: 1px solid #fff; border-bottom: none; padding: 0;}
.menu ul li.last {float:left; border:none; padding: 0;}
.menu ul li a {padding: 0px 5px;}
.menu li.active a span {color:#F4C60B;}

.dates-table { border-spacing:0px;border-collapse:separate;
	
	
}
.dates-table tr th {text-align:left; border-bottom: 1px solid #fff; padding:5px; background-color:#F4C60B; color:#000; font-size:15px;}
.dates-table tr td {padding:5px; border-bottom:1px dotted #fff;}
.dates-table tr td p{margin-top:0; padding-top:0;}
.dates-table tr td.even {}
.dates-table tr td.odd {}