/* drop down menu styles */
#navstyle           {text-decoration: none;}
A.#navstyle         {text-decoration: underline;}
.navbgcolor         {background: #CCCCCC}
.nav                {font-family:Arial; font-size:11; color:"#373C42"; background-color:"transparent"; width:90; line-height:11pt; text-align:"left"; cursor:"hand";text-decoration:none}
.dhtmlNav 		{font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #373C42; text-decoration: none; cursor:hand; line-height:17px;}

BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
}
/* TD is the de facto BODY style, since everything is in a TD */

TD.hometitle {
	color: #555555;
	font-family: times new roman, sans-serif;
	font-size: 12PT;
	font-weight: bold;

}

TD.hometext {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 12PX;
}

TD {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 18PX;
}

td.mdbgImage
        { 
            background-image: url('grazi21_bg.jpg');
            background-repeat: no-repeat;
            background-position:  middle 50%;
        }

H1 {
	font-size: 28px;
	margin-bottom: 4px;
	font-weight: normal;
	color: #000000;
}
H2 {
	font-size: 18px;
}
H3 {
	font-size: 13px;
	margin-bottom: 0;
}
.caption {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.breadcrumb {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.search {
	color: #373C42;
  	font-family: Arial, sans-serif;
	font-size: 9px;
}
.legal {
	color: #000000;
  	font-family: Arial, sans-serif;
	font-size: 9px;
}
.longcontent {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.featured {
	font-size: 9px;
	line-height: 14px;
}

.celery {
	color: #7B9578;
}
.marquisblue {
	color: #003333;
}
.red {
	color: #CC0000;
}
.gray {
	color: #666666;
}
.ltgray {
	color: #999999;
}	
.textErrorMessage {
    color: RED;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
}
.monospace {font-family: Courier, monospace;} 
A:link {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #000000;
	text-decoration: none;
}
A.celery {
	color: #7B9578;
}
A.celery:visited {
	color: #7B9578;
}
A.marquisblue {
	color: #003333;
}
A.marquisblue:visited {
	color: #003333;
}
A.red {
	color: #CC0000;
}
A.red:visited {
	color: #CC0000;
}