/* CSS Document */

a:link {
	text-decoration: none;
	color: #FF8A00;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



.navbar { 
	font-family: tahoma;
	font-size: 11px;
}
a.navbar:link {
	text-decoration: none;
	color: #666666;
}
a.navbar:visited {
	text-decoration: none;
	color: #666666;
}
a.navbar:hover {
	text-decoration: underline;
	color: #999999;
}
a.navbar:active {
	text-decoration: none;
}



.sidebar { 
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
a.sidebar:link {
	text-decoration: none;
	font-weight: bold;
	color: #C3EAEA;
}
a.sidebar:visited {
	text-decoration: none;
	font-weight: bold;
	color: #BADFDF;
}
a.sidebar:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CCF7F7;
}
a.sidebar:active {
	text-decoration: none;
	font-weight: bold;
}



.videoChartLink { 
	font-family: tahoma;
	font-size: 11px;
	line-height: 11px;
}
a.videoChartLink:link {
	text-decoration: none;
	color: #C3EAEA;
}
a.videoChartLink:visited {
	text-decoration: none;
	color: #4D4D4D;
}
a.videoChartLink:hover {
	text-decoration: underline;
	color: #CCF7F7;
}
a.videoChartLink:active {
	text-decoration: none;
}







body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.breadcrumbGrey {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}
.breadcrumbSelected {
	font-family: tahoma;
	font-size: 11px;
	color: #FF8A00;
}
.articleTitle {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF8A00;
}
.articleDate {
	font-family: tahoma;
	font-size: 11px;
	color: #FF8A00;
	font-weight: normal;
}
.bodyText {
	font-family: tahoma;
	font-size: 11px;
	color: #2C3333;
	line-height: 16px;
}
.pipe {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.2em;
}
.kjc {
    font-family: tahoma;
    font-size: 13px;
	font-weight: bold;
    color: #2C3333;
}
.videoTrack {
    font-family: tahoma;
	font-size: 11px;
	color: #2C3333;
}
.videoDownload {
    font-family: tahoma;
	font-size: 11px;
	color: #2C3333;
}

.bigbodyText {
	font-family: tahoma;
	font-size: 12px;
	color: #2C3333;
	line-height: 16px;	
}
.eventBlue {
	font-family: tahoma;
	font-size: 12px;
	color: #33CCFF;
	line-height: 16px;	
}
.eventDate {
	font-family: tahoma;
	font-size: 11px;
	color: #339900;
	line-height: 16px;	
}
.standOut {
	font-family: tahoma;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	line-height: 16px;	
}
