@charset "utf-8";
/* CSS Document */
<!--

body {background-color: #ffffff;
      margin:0px;}

div, table, tbody, tr, td, p, ul, li {font-size: 100%;
                                      color: #000000;
                                      font-family: Arial, Helvetica, sans-serif;}

/*Add a little extra spacing for list items*/
li {margin-bottom: 2px;}

H1, H2, H3 {font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
            font-size: 120%;
		    font-weight: bold;}

.sectionhead {font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
		      font-size: 200%;
		      font-weight: bold;
			  line-height: 30px;
			  color: #ffffff}

.sectionhead2 {font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
		      font-size: 150%;
		      font-weight: bold;
			  line-height: 30px;
			  color: #ffffff}

/*Menu*/
a.menuitem, a.menuitem:link, a.menuitem:visited {display:block; width:150px; height:20px; background:#000000; margin-top:2px; margin-right:10px; text-align:right; text-decoration:none; font-family:verdana,sans-serif; font-size:80%; font-weight: 600; color:#ffffff; line-height:20px; overflow:hidden;}
a.menuitem:hover {color:#c8c8c8; background:#5f5f5f;}
a.menuitem:active {color:#ffffff; background:#5f5f5f;} 

/*Menu*/
a.menuitem2, a.menuitem2:link, a.menuitem2:visited {display:block; width:150px; height:15px; background:#000000; margin-top:2px; margin-right:10px; text-align:right; text-decoration:none; font-family:verdana,sans-serif; font-size:75%; font-weight: 600; color:#ffffff; line-height:15px; overflow:hidden;}
a.menuitem2:hover {color:#c8c8c8; background:#5f5f5f;}
a.menuitem2:active {color:#ffffff; background:#5f5f5f;} 



/*Link Appearance*/
a {text-decoration:none;color:#7f0101;}
a:hover {text-decoration:none;color:#5f5f5f;}

.madcap {font-size:60%;color:#737373;}
.madcap:hover {font-size:60%;color:#a6a6a6;}
.m.madcap {font-size: 65%;color: #737373;}


.p70 {font-size: 70%;}
.p75 {font-size: 75%;}
.p80 {font-size: 80%;}
.p85 {font-size: 85%;}
.p90 {font-size: 90%;}
.p95 {font-size: 95%}
.p120{font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	  font-size: 120%;
	  font-weight: bold;
	  color: #ffffff}
.p100{font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	  font-size: 100%;
	  font-weight: bold;
	  color: #ffffff}	 	  
-->