
a {
	color : #318CA5;
	text-decoration : none;
}

a:hover {
	background-color : #DFEFFF;
	color : #800080;
		text-decoration : underline;

}

body{
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #C6D6E7;
	background-image : url(images/bg.gif);
	background-repeat; 
	 background-attachment: fixed; 
}

h1{
	font-size : 14pt;
}

p{
	font-size : 10pt;
}

table {
	border-collapse : collapse;
	text-align : left;
}

td{
	 font-size :  10pt;
	font-family :  Arial;
}
