﻿body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px; */
	color: #444444;
}
input, textarea, select, option {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444}
td {text-decoration: none }

.style3 {font-size: 14px; color: White; font-weight: bold; font-family: Arial, Verdana ; }
.style4 {color: #003366}
.style6 {color: #003366; font-weight: bold; }

.ArticlePropertyLabel
{
    font-weight: bold;
    text-align: right;
}

.small
{
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, Arial, Verdana ;
}

.ArticlePropertyValue
{
    padding-right: 35px;
}

.CategoryTitlePropertyLabel
{
	font-weight: bold;
	font-size: 1.7em;
	font-family: Arial, Verdana ;
}


.TitlePropertyLabel
{
	font-weight: normal;
	font-size: 13px;
	font-family: Arial ;
}

.SiteTitle
{
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, Arial, Verdana ;
}

.mort {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #777777; text-decoration: none }

a:link {  font-family:  Georgia, Arial, Verdana, Helvetica, sans-serif; color: #003366; text-decoration: none}
a:active {  font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;  color: #003366; text-decoration: none}
a:visited {  font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;  color: #003366; text-decoration: none}
a:hover { font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;  color: Red; text-decoration: underline}

H2
{
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, Arial, Verdana ;
}



h3.larger {
	font-size: 2.8em;
}

h4
{
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Verdana ;
}

.line
{
    height: 10;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
}


/*************************************************/
/* MODAL POPUPS **********************************/
/*************************************************/


/*The background of the modalpopup (all that is not popup)*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*The popup itself*/
.modalPopup
{
    border-width: 2px;
    border-style: solid;
    border: solid 2px #C2C2C2;
}

.icontext
{
    vertical-align: middle;
}



.sections
{
    margin-top: 0px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 10px;
}

.section
{
    margin-bottom: 14px;
}

.section label
{
    font-size: 12px;
    color: #666666;
}

table.standard td
{
    padding-bottom: 7px;
}

table.standard th
{
    padding-bottom: 7px;
}