/* CSS Document */
p {
font-family: arial;
font-size : 10pt;
font-style : normal;
}

table {
font-family: arial;
font-size : 10pt;
font-style : normal;
}

h1 {
font-family: arial;
font-size : 8pt;
font-weight : normal;
text-align:center;
}

h2 {
font-family: arial;
font-size : 16pt;
font-weight : bold;
text-align:center;
color : #99ADEF
}

a:link {
font-family: arial;
font-weight : bold;
color : #6F88C6
}

a:visited {
font-family: arial;
font-weight : bold;
color : #2D5088
}

td {
vertical-align : middle;
}

body {
	font-family: Arial;
	background-image: url(images/blu_logo.gif);
  background-repeat: repeat;
	}
