FONT, TD, BODY, P, DIV { font-family: Arial, sans-serif; font-size: 12px }

INPUT, SELECT, TEXTAREA, FORM { font-family: Arial, sans-serif; font-size: 11px }

a { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:active { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:visited { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:hover { font-family: Arial; color: #3399FF; text-decoration: none }

.error 		 {COLOR: #FF0000; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; TEXT-DECORATION: none}
.title { font-family: Arial, sans-serif; background: none; color: #000000; font-size: 16px; font-weight: bold; text-decoration: none }
.footer  {COLOR: #808080; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; TEXT-DECORATION: none}

.div {color: #FFFFFF; font-family: Tahoma; font-size: 10pt; font-weight: bold; 
               border: 1px dotted #ffffff; margin-left: 10; margin-right: 10; 
               background-color: #0072A8; line-height:250%}
			   
#display {
text-align: center;
border-collapse:collapse;
empty-cells:show;
background-color: #fff;
width: 800px;
border: 0px solid #000;
}
tr {
border: 0px solid #000;
}
#yr {
width: 100px;
font-weight: bold;
}
#eve {
width: 200px;
font-weight: bold;
}
.pts
{
width: 100px;
font-weight: bold;
}
.grand {
/* Grand total of points */
font-size: 20px;
}
.warn {
color: red;
font-weight: bold;
}
.big {
font-size: 15px;
}

#bot {
font-family: "Courier New";
background-color: black;
color: lime;
}
#bot a { font-family: "Courier New"; color: lime; text-decoration: none }
#none
{list-style-type: none;}
.edit_table {
border-collapse:collapse;

}
.edit_table td {
height: 40px;
}
.dark {
background-color: #eee;
}
.light {
background-color: #fff;
}
.scroll_box {
	
    padding: 5px;
    overflow: auto;
    border: 1px solid #ccc;
	width: 170px;
	background-color: #fff;

}