/* CSS Document */
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family : Tahoma, Verdana;
	font-size : 12pt;
	color : #545454;
}

H2 {
	font-family : Tahoma, Verdana;
	font-size : 12pt;
	color : #4E4E4E;
}

td {
	font-family : Tahoma, Verdana;
	font-size : 11pt;
	color : #545454;
}
