﻿body
{
    background-image: url(images/ContentBG.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #333333;
    padding: 10px;
}

h1
{
    font-size: 16px;
}

h2
{
	font-size: 14px;
}

a
{
	color: #000000;	
}

a:hover
{
	text-decoration: underline;
}

input, textarea
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 12px;
    border-style: solid;
    border-color: #ffcccc;
    border-width: 1px;
    background-color: Transparent;
    color: #ffffff;
}
