/* CSS Document */
#MainContainer{
	position:absolute;
	width:750px;
	left:50%;
	margin-left:-375px;
	background-color:white;
}

body{
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica,"Times New Roman";
	font-size:small;
	margin:0;
	color:#666666;
	text-align:justify;
}
body a{
	font-weight:bold;
	color: #CC0000;
	text-decoration:none;
}
body a:hover{
	font-weight:bold;
	text-decoration: underline;
}
body a:visited{
	font-weight:bold;
	color:#333333;
	}
td {
	vertical-align:top;
}
.header{
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:16px;
	padding-left:10px;
}
.header h1{
	font-weight:normal;
	vertical-align:bottom;
	padding-bottom:0px;
	display:inline;
	font-size:42px;
}
.header a{
	color:#FFFFFF;
	font-weight:normal;
}
.header a:visited{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.header a:hover{
	font-weight:normal;
	text-decoration:none;
	}
.box{
	border-color:#CCCCCC; 
	border-style:outset; 
	border-width:1px; 
	padding:5px;
	font-size:smaller;
}
