/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/



.template_top{margin-bottom:20px;}

html, body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}


body
{
 	font-family:Arial, Helvetica, sans-serif;
    background-color: #DCE9ED;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #000000;
    font-size: 13px;
}

a
{
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

a:hover
{      
    color:#472f83;
}

h1{font-size:18px;color:#472f83;}
h1 a{font-size:18px;color:#472f83;}
h2{font-size:15px;}
h3{font-size:13px; margin:0px;}

strong
{
	color:#472f83;
}

div
{
    /*font-size: 17px;*/
}

img
{
	border: none;
}

input, textarea
{
	border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

