/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
a
{
    color: #010082;
    text-decoration: none;
}

a:hover
{
    color: #797979;
    text-decoration: underline;
}

body
{
    font-family: arial;
    background-color: #ffffff;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #666666;
    font-size: 12px;
}

div
{
    font-size: 12px !important;
}

h1
{
    font-size: 20px;
    font-weight: 400;
}

h2
{
    font-weight: 400;
}

h3
{
    font-weight: 400;
}

img
{
	border: none;
}

input, textarea
{
	border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

p
{
    font-size: 12px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}