/* CSS Document */
a.buttonStyle {
   color :#99CCFF;
   font-weight :normal;
   text-decoration :none;
   height : auto;
   width :148px;
   border :thin #0066FF solid;
}
a.buttonStyle:hover {
   color :#99CCFF;
   text-decoration :none;
   background-color :#0066FF;
   border: thin outset;
   border-color: #99CCFF #0066FF #0066FF #99CCFF;
   cursor:default;
}
a.buttonStyle2 {
   color :#99CCFF;
   font-weight :normal;
   text-decoration :none;
   height : auto;
   width :80px;
   border :none;
}
a.buttonStyle2:hover {
   color :#99CCFF;
   text-decoration :none;
   background-color :#8994AC;
   border: none;
   cursor:default;
}
a.buttonStyle3 {
   color :#99CCFF;
   font-weight :bold;
   text-decoration :none;
   height : auto;
   border :none;
}
a.buttonStyle3:hover {
   text-decoration :none;
   background-color :#0066CC;
   cursor:default;
}
BODY {
	scrollbar-face-color: #0063F7; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #3399cc; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-track-color: #0052E7; 
	scrollbar-arrow-color: #ffffff;
	tr:nth-child(2n+1){background-color: #6699CC;
	margin: 0px; 
	background-image: url(images/background.jpg); 
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
li, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

