/* CSS Document */

/* Text */
p{
text-align: left;
color: black;
font-family: arial;
line-height: 150%;
font-size: 10pt;}

.center{text-align: center;
font-family: arial;
color: black;
line-height: 150%;
font-size: 10pt;}

H1{text-align: left;
color: #330000;
font-family: arial;
line-height: 150%;
font-size: 12pt;}

H2{text-align: left;
color: #330000;
font-family: arial;
line-height: 150%;
font-size: 10pt;
text-decoration: underline;}

/* Menu */
.menu
{
text-align: center;
font-family: arial;
font-size: 11pt;
font-weight: bold;
}
a.nav:link {text-decoration: none; color:#330000;}
a.nav:visited {text-decoration: none; color:#330000;}
a.nav:active {text-decoration: none; color:#330000;}
a.nav:hover {text-decoration: none; color:#000000;}

/* Image */
.imgright { float: right; padding: 10px;}
.imgleft { float: left; padding: 10px;}
img.centered { display: block; margin-left: auto; margin-right: auto; }
img {border: 2px solid #330000;} 
.noborder {border: none;} 
.caption { padding: 10px; text-align: center; line-height: 125%; font-weight: bold; font-family: arial; font-size: 10pt;}
a img {border: none; }

/* Standard Links */
a:link {text-decoration: underline; color:#330000; font-weight: bold;}
a:visited {text-decoration: underline; color:#330000; font-weight: bold;}
a:active {text-decoration: underline; color:#330000; font-weight: bold;}
a:hover {text-decoration: underline; color:#000000; font-weight: bold;}

