﻿.yellowtitles
{
    font-size: 13;
    color:#CC9900;
    font-weight: bold;
    font-family: Verdana;
   }
.sectiontitles,h1
{
    font-size: medium;
    color: #CC9900;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}

.pagetitles
{
    font-size: 36px;
    color: #CC9900;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}
.pagetitles a
{
    font-size: 36px;
    color: #CC9900;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}
.pagetitles a:hover
{
    font-size: 36px;
    color: #863814;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}

.smalltype
{
    font-size: xx-small;
}

/* -- styles for video popup on home page*/
		#videochart, #videochart a, .clicktoplay a {
			display: block;
			width: 240px;
			height: 180px;
			margin-bottom: 20px;
			clear: both;
			}
			
		#videochart img {
			border: 0px;}		
			
		div.clicktoplay	{
			position: absolute;
			display: block;
			width: 240px;
			height: 180px;
			z-index: 50;
			background-image: url(/images/clicktoplay.png);
			background-repeat: no-repeat;
			}
/* -- end styles for video popup*/