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

#Page {
    width: 900px;
	margin: auto;
	background:#FFF;
	padding-left:35px;
	padding-top:12px;
	padding-right:35px;
}

#SideBar {
	float:right;
    width: 220px;
	margin-right:15px;
	
}

.TableBorder {
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #cecece; 
	padding:10; 
	background-color: #FFFFFF; 
	margin-left:auto; 
	margin-right:auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius: 10px;
	}

.BlueTable {
	border-radius: 10px;
	border-top-right-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #5490cd; 
	padding:15; 
	background-color: #5490CD; 
	margin-left:auto; 
	margin-right:auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius: 1em;
	-ms-border-radius: 10px;
	}
	
	.BlueTable a {
		color:#FFF;
		text-decoration:none;}

#Content {
	margin-right: 235px;
	width:665px;
	text-align: justify;
	text-justify : sJustify;
}

