﻿html
{
    font-family: Tahoma;
    font-size: 9pt;
    background-color: #000000;
}
body
{
    font-family: Tahoma;
    font-size: 9pt;
}

A
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #0033CC;
	text-decoration: none;
}

A:HOVER
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	text-decoration: underline;
}

INPUT
{
    font-family: Tahoma;
    font-size: 12px;
	width: 144px;
}

.BtnPrimary
{
    background-image: url('../images/BtnPrimary.png');
    border: none 0px transparent;
    text-align: center;
    font-weight: bold;
    color: White;   
    width: 100px;
    height: 20px; 
    cursor:pointer;
    background-color: Transparent;
}

.BtnSecondary
{
    background-image: url('../images/BtnSecondary.png');
    border: none 0px transparent;
    text-align: center;
    color: black;
    font-weight: bold;    
    width: 100px;
    height: 20px; 
    cursor:pointer;
    background-color: Transparent;
}
