﻿body 
{
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    color:#666666;
    background-color:#f9f4ee;
}

h1 
{
    font-family:Garamond;
    font-size:16px;
    color:#00543d;
}  

h2 
{
    font-family:Garamond;
    font-size:14px;
    color: #00543d;
} 

h3 
{
    font-family:Garamond;
    font-size:14px;
    color: #a41d21;
} 

.title 
{
  font-family:Garamond;
    font-size:16px;
    color: #00543d;
}

.link
{
    font-family:arial;
    font-size:12px;
    color:#00543d;
    text-decoration:underline;
    font-weight:bold;
}

.link:hover
{
    font-family:arial;
    font-size:12px;
    color:#000;
    text-decoration:underline;
    font-weight:bold;
}   

.footerlink 
{
    font-family:Arial;
    font-size:11px;
    color:#00543d;
    text-decoration:none;    
}

.footerlink:hover
{
    font-family:Arial;
    font-size:11px;
    color:#000;
    text-decoration:underline;    
} 

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}