/* style sheet for articles */
body {
	font-family: Verdana, Arial, "Times New I2";
	font-size: 10pt;
}
.topnav_disabled {
	color: #C0C0C0;
	font-weight: bold;
}

/* article title */
.artitle {
	text-align: left;
	color: #00007F;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}

/* general content */
.content {
	font-family: Verdana, Arial, "Times New I2";
	font-size: 10pt;
}
.content a:link {
	text-decoration: none;
	color: #00007F;
	font-weight: bold;
}
.content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00007F;
}

.content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #00007F;
}
.content a:active {
	color: #ED1D21;
	font-weight: normal;
	text-decoration: underline;
}

/* main headings */
.heading {
	font-family: Verdana,Arial, "Times New I2";
	font-weight: bold;
	color: #7F7F7F;
	font-size: 12pt;
}

P { font-family : "Verdana", "Arial", "Sans Serif";
     font-size : 10.0pt;
}

.mvd-P { font-family : "Verdana", "Arial", "San Serif";
          font-size : 10.0pt;
}
 .subheading {
	font-family: Verdana, Arial, "Sans Serif";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
A.topnav:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10.0pt;
    text-align : center;
    color : white;
    text-weight: bold;
}
A.topnav:Visited { 
	font-family : "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
    font-size : 10.0pt;
    text-align : center;
    color : white;
    text-weight: bold;
}
A.topnav:HOVER { 
	font-family : "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
    font-size : 10.0pt;
    text-align : center;
    color : yellow;
    text-weight: bold;
}
A.sidenav:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10.0pt;
    text-align : center;
    color : white;
}
A.sidenav:Visited { 
	font-family : "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
    font-size : 10.0pt;
    text-align : center;
    color : white;
}
A.sidenav:HOVER { 
	font-family : "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
    font-size : 10.0pt;
    text-align : center;
    color : yellow;
}
.footer {
	font-size: xx-small;
}
#article-footer a:link {
	color: #00007F;
	text-decoration: none;

}
#article-footer a:hover {
	text-decoration: underline;
	color: #00007F;
}
#article-footer a:visited {
	text-decoration: none;
	color: #00007F;
}
#article-footer a:active {
	text-decoration: none;
	color: #ED1D21;
}
.list-standard {
	font-size: small;
}
#calendar-top {
	position: relative;
	float: right;
	clear: left;
	margin-top: -19px;
	margin-left: 5px;
}
