table {
	background-color: #FFFFFF;
	color: #000000;
}

table tr.row1, table tr.row2 {
	background-color: #F0F0F0;
}

table tr td, table tr td a {
	padding: 2px;
	font-size: 12px;
	color: #000000;
}

table tr.head {
	background-color: #0C447F;
	color: #FFFFFF;
	font-weight: bold;
}

table tr.head td, table tr.head td a {
	color: #FFFFFF;
}

.hover_row {
	background-color: #FFFFFF;
}

label {
	position:relative;
	float:left;
	margin: 0px 10px;
	font-size: 12px;
	
	color: #000;
}

label.left {
	width: 200px;
	text-align:right;
}

label.right {
	padding-top: 6px;
	width: 550px;
}

a {
	color: #000000;
}

select {
	width:150px;
	margin: 4px 0;
	margin-right: 2px;
}

.headline { font-size:1.5em; font-weight:bold; }
.category { font-size:1.4em; font-weight:bold; }
.catText { font-size:1em; font-weight:bold; }
.defText { font-size:0.9em; font-weight:normal; }
.note { font-size:0.8em; line-height: 1.2em; }
.introPage { font-size: 0.75em; line-height: 1em; font-weight:bold; }

/* flash player */
#flvplayer ul,
#flvplayer li {
	font-size:12px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#flvplayer ul {
	margin:0.2em 0;
	overflow:auto;
	height:390px;
	padding:0 1px;
}

#flvplayer li {
	display:inline;
}

#flvplayer li a {
	display:block;
	padding:0.2em;
	background-color:#f0f0f0;
	color:#000;
	border-bottom:2px solid #fff;
}

#flvplayer li a:hover {
	background-color:#808080;
	color:#fff;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

