﻿    body  {
	    font: 100% Arial, Helvetica, sans-serif;
	    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	    padding: 0;
	    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	    color: #000000;
    }


	.x-small-font {
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.small-font {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.medium-font {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	.header-font {
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		color: #1a1b5f;
	}


.style1 {font-size: x-small}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.bgstyle {
	background-image:url('images/ps_background.gif');
}

