P  {}

H1  {}

H2  {}

H3  {

}



A  {
	text-decoration : none;
	color : #990000;
	font-weight : bold;
}

A:Visited  {
	text-decoration : ;
	color : #990000;
	font-weight : bold;

}

A:Active  {
	text-decoration : ;
	color : #990000;
	font-weight : bold;
}

A:Hover  {
	text-decoration : underline;
	color : #00A0BC;
	font-weight : bold;
}


.main-nav1  {
	text-decoration : none;
	font-size : 16px;
	color : #666666;
	font-weight : bold;
}

BODY  {}

.head1 {
	color : #0066B1;
	font-size : 18px;
	font-family : verdana,sans-serif;
	font-weight : bold;
}

.head2 {
	color : #0066B1;
	font-size : 16px;
	font-family : verdana,sans-serif;
	font-weight : bold;
	
}

.head3 {
	color : #0066B1;
	font-size : 14px;
	font-family : verdana,sans-serif;
	font-weight : bold;
}

.header1 {
	color : #666666;
	font-size : 13px;
	font-family : verdana,sans-serif;
	font-weight : bold;
}


.subheader1 {
	color : #666666;
	font-size : 11px;
	font-family : verdana,sans-serif;
	font-weight : bold;
}


.bodytext {
	color : #4F6089;
	font-size : 12px;
	line-height : 21px;
	font-family : verdana,sans-serif;
}

.formtext {
	color : #0066B1;
	font-size : 12px;
	line-height : 21px;
	font-family : verdana,sans-serif;
}

.subtext {
	color : #0066B1;
	font-size : 9px;
	line-height : 15px;
	font-family : verdana,sans-serif;
}

.currentnews {
	color : #990000;
	font-size : 12px;
	line-height : 17px;
	font-family : arial,verdana,sans-serif;
}


body 
{ 
scrollbar-base-color: #ffffff; 
scrollbar-face-color: #810106; 
scrollbar-track-color: #B9F9FB; 
scrollbar-arrow-color: #B9F9FB;
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #810106; 
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff; 
} 

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
}


/* ycArt css */
.imageholder-right {
	float:right;
	padding-left: 10px;
	font-size: 10px;
	line-height: 1.2em;;
	text-align:right;
	color:#666;
}
.imageholder-left {
	float:left;
	padding-right: 10px;
	font-size: 10px;
	line-height: 1.2em;;
	text-align:left;
	color:#666;
}

/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}