@charset "utf-8";
/* CSS Document */

h1
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h2
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h3
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h4
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}
h5
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
h6
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 5px;
}

.linkplay
{
	text-decoration: none;
	height: 22px;
	background: url(/images/design/play.gif) no-repeat right;
	padding-right: 61px;
}
.linkplay:hover
{
	text-decoration: none !important;
}


