﻿html
{
height:100%;
width:100%;
}

body
{
    margin: 0px 0px 0px 0px;
    font-family: Comic Sans MS;
    height:100%;
    width:100%;
}

a
{text-decoration: none; color: #344623;}

a:hover
{text-decoration:none; color:#000000;}

.content
{font-size:10pt; padding: 10px 10px 10px 10px; background-color:#ffffff; height:100%;}

.green_border
{border: solid 1px #344623;}

.green_title
{color:#344623; font-size:14pt;}

.green_sub_title
{color:#344623; font-size:13pt;}

.header_links
{font-weight:bold;}

.header_links a
{text-decoration:none; color:#000000; font-weight:bold;}

.header_links a:hover
{color:#ffffff;}

.footer_links a
{text-decoration:none; color:#000000;}

.footer_links a:hover
{color:#ff6600;}

.orange_title
{color:#d98a06; font-size:14pt;}

.orange_sub_title
{color:#d98a06; font-size:13pt;}

.orange_sub_title_small
{color:#d98a06; font-size:10pt; font-weight:bold;}

.white_sub_title_small
{color:#ffffff; font-size:10pt; font-weight:bold;}

.sub_title
{background-color:#c3c3c3;}

.white_link a
{color:#ffffff;}

.white_link a:hover
{color:#000000;}

#txtImportant
{display:none;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color:#ffffff;
    border:solid 1px #504B24;
    padding:15px;
}