body {
    background-color: #333333; /* for the area between the 2 gradient images */
    background-image: url('/images/gradient.png');
    background-repeat: repeat-x;
    background-position: top left;
	font-family:"adelle", georgia,garamond,verdana,arial;
    padding: 0;
}
.big {
	color:white;
	font-family:"adelle", georgia,garamond,verdana,arial;
	font-size:22pt;
}
.regular {
	color:white;
	font-family:"adelle", georgia,garamond,verdana,arial;
	font-size:11pt;
}
.small {
	color:white;
	font-family:"adelle", georgia,garamond,verdana,arial;
	font-size:9pt;
	padding:20px;
}
a {
	color:lightblue;

img, div, td { behavior: url(iepngfix.htc) }
