@charset "iso-8859-1";
#list li {
	padding: 5px;
}

.red {
	color: #c00;
}

.BlueButton {
background: #36aaf7;
background-image: -webkit-linear-gradient(top, #36aaf7, #0053e3);
background-image: -moz-linear-gradient(top, #36aaf7, #0053e3);
background-image: -ms-linear-gradient(top, #36aaf7, #0053e3);
background-image: -o-linear-gradient(top, #36aaf7, #0053e3);
background-image: linear-gradient(to bottom, #36aaf7, #0053e3);
-webkit-border-radius: 12;
-moz-border-radius: 12;
border-radius: 12px;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
box-shadow: 0px 1px 3px #666666;
font-family: Arial;
color: #ffffff;
font-size: 15px;
padding: 4px 4px 4px 7px;
text-decoration: none;
cursor:pointer;
}

.BlueButton:hover {
background: #88cef7;
background-image: -webkit-linear-gradient(top, #88cef7, #0096fa);
background-image: -moz-linear-gradient(top, #88cef7, #0096fa);
background-image: -ms-linear-gradient(top, #88cef7, #0096fa);
background-image: -o-linear-gradient(top, #88cef7, #0096fa);
background-image: linear-gradient(to bottom, #88cef7, #0096fa);
text-decoration: none;
}

A {text-decoration: none;
   color: MediumBlue}
A.dark {text-decoration: none;
        color: #404040}
A:hover {color: green}
CODE {font-family:"Courier New";
      font-size:x-small}
TD.h1 {font-family:Verdana, Arial,"Sans-Serif";
       font-size:80%;
	   color:DarkGreen}
TD.h2 {font-family:Verdana, Arial,"Sans-Serif";
       font-size:80%;
	   color:DarkBlue}
TD.title {font-family:Verdana, Arial,"Sans-Serif";
          font-size:80%;
	      color:Sienna}
TD.head {font-family:Verdana, Arial,"Sans-Serif";
         font-size:70%;
	     color:DarkRed}
TD.subhead {font-family:Verdana, Arial,"Sans-Serif";
            font-size:70%;
	        color:DarkGreen}
TD.rightBorder {border-right: thin dotted Gray}
TD {font-family:Verdana, Arial,"Sans-Serif";
    font-size:70%}
TD.dt {font-family:Verdana, Arial,"Sans-Serif";
       font-size:70%;
	   color:Sienna}
TD.dd {font-family:Verdana, Arial,"Sans-Serif";
       font-size:70%;
	   color:DarkBlue}
TD.mono {font-family:"Courier New";
         font-size:80%}