/* CSS Document */



body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background-color:#003366;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 {
	font-size:24px;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18px;
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
}
.table {
	border-width: 1px;
	boder-color: #CCCCCC;
	background-color:#FFFFFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.float-right {
	float:right;
	margin: 10px;
	border: 1px solid #999999;
}
.float-left {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
