/* Global default styles. */
* {
    /* Zero out all padding and margins to start with for better
     * cross-browser control. */
    padding: 0;
    margin: 0;
}

body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background: white;
    color: #000;
}

hr {
	height: 1px;
	color: black;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

span.left img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a {
    color: #2050b0;
    text-decoration: none;
}

h2 {
	font-variant: small-caps;
}

.contact
{
	font-size: 16px;
    font-weight: bold;
}

.contact h1
{
    font-size: 60px;
}

.contact h2
{
    font-size: 42px;
	font-variant: normal;
}

.contact p
{
	font-size: 16px;
	text-align: justify;
    font-weight: normal;
}

table.contact td
{
	padding-right: 5px;
	padding-left: 5px;
}

h1
{
	margin-bottom: 12px;
}

h2
{
	margin-bottom: 14px;
}

h3
{
	margin-bottom: 12px;
}

h4
{
	margin-bottom: 10px;
}

p
{
	margin-bottom: 5px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.para { text-indent: 20pt; margin-top: 0pt; margin-botton: 0pt; text-align: justify;}
.press { text-indent: 20pt; margin-top: 10pt; margin-botton: 5pt; text-align: justify;}

.links
{
	font-size: 25px;
    font-weight: bold;
}

ul.links
{
	width: 450px;
	text-align: left;
}

.links li
{
	list-style-type: none;
	margin-top: 7px;
}

a:hover {
    text-decoration: underline;
}


/* Tab styles.  */
.tabset {
    font-weight: bold;
	font-size: 15px;
    clear: both;
}

.tabset li {
    list-style: none;
    display: inline;
	line-height: 26px;
	white-space: nowrap;
}

.tabset li a {
    line-height: 1.5em;
    padding: 2px 0.5em;
    border: 1px solid #000;
    border-bottom: 1px solid #446;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	color: black;
    background: #aaccdd;
    text-decoration: none;
	border-color: #aaccdd;
}


.tabset li a:hover {
    color: black;
    background: #fff;
}

.tabset li a.activeTab {
    color: white;
    background: #3380cc;
	border-color: #3380cc;
	font-weight: bold;
}

.mainwidth
{
	width: 720px;
}

table.repertoire
{
	border-collapse: collapse;
	border: 1px solid black;
}

table.repertoire td
{
	padding: 5px;
}

.textwidth
{
	width: 640px;
}

table.news
{
	width: 640px;
}

table.news td
{
	padding: 10px;
}

table.news td.date
{
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

table.news td.info
{
	text-align: justify;
}

img.enlarge
{
	border: dashed 1px silver;
	padding: 1px;
}

td.triofortwop h1
{
	text-align: center;
}

td.triofortwop h2
{
}

div.triofortwo
{
#	width: 350px;
	text-align: left;
}

div.triofortwo h3
{
	display: inline;
}

table.contactinfo td
{
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

table.contactinfo td.first
{
	font-weight: bold;
	font-style: italic;
}

table.tftprogram
{
	width: 620px;
	position: relative;
	left: 15px;
}

table.tftprogram td.last
{
	text-align: right;
}

table.tftprogram td.pause
{
	text-align: center;
	vertical-align: middle;
	height: 30px
}

ul.flv, li { padding: 0; list-style: none; text-align: justify; }
ul.flv li a { display: block; background: #EEE; text-decoration: none; color: #000; padding: 5px; width: 500px; }
ul.flv li .alt { background:#DDD; }
ul.flv li a:hover {  background: #3380cc; color: #FFF; }
								