@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


body {
	margin: 0px;
	margin-top: 0px;
	background-image: url(images/bluebg.jpg);
	background-repeat: repeat-y;
}
.blue_text  {
    color: #0000FF;
	font-size:12px;
	font-weight:bold;
}

.white_text {
    color: #FFFFFF;
}

.style1 {
	font-size: xx-small;
}
.style2 {
	text-align: center;
}

.table_spacing {
    padding-left: 15px;
}	