@charset "utf-8";
body  {
	background:#FFF ;
	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;
	font:100% Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
}
.table { 
	width: 741px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 0;
	padding-right:20px;
	padding-left:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.table a {
	font:100% Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.table a:hover {
	font:100% Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0000CC;
	text-decoration:none;
	font-weight:bold;
}
.table a:active {
	color:#0000CC;
}
.table a:visited {
	text-align:right;
}

.table2 { 
	background: none;
	min-width:751;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.table2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#009;
	font: 100% Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.table2 a {
    font: 100% Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration:none;
	font-size:12px;

}

.table2 a:active {
    text-decoration:none;
}
.table2 a:hover {
    text-decoration:underline;
}
