@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	margin: 100 100 100 100; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	}
a,  a:link {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
/* Sets the style for links on mouseover. */
a:hover {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
.footer {
	text-align:right;
	}