﻿/**
 * This file contains style sheets for basic DOM elements.
 */


body
{
    font-size: 13px;
    font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-Serif;   
}

h2
{
	margin-left: 15px;
}

a
{
    color: #417c9a;
    font-weight: bold;
    text-decoration: none;
}

a:hover { color: #2b6684; }
a:visited { color: #417c9a; }


input
{
    font-size: 13px;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 0px;
}

input[type="button"], input[type="submit"] {
    padding:2px 5px 2px 5px;
}

input[type="file"]
{
    height: 24px;
}

textarea
{
    font-size: 13px;
    font-family: Arial, Verdana, Sans-Serif;
}
