﻿body 
{
    font-family: Tahoma;
    color: #444444;
    font-size: 13px;
}

p 
{
    margin-top: 0px;
    padding-top: 5px
}

.white 
{
    color: White;
}

a {
    color: #0000ff;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #999999;
}

.textbox 
{
    font-family: Tahoma;
    font-size: 12px;
}

.select
{
    font-family: Tahoma;
    font-size: 12px;
}

.error 
{
    color:Red;
}

.whitelink 
{
    color: White;
}

.whitelink:hover
{
    color: White;
}

.mediatitle 
{
    font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height:30px;
	border-bottom: 2px solid #F4C833;
}

.highzindex 
{
    z-index: 100;
    background-color: White;
}