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

html, body {
border:0;
margin:0;
padding:0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}

body {
	min-width: 800px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom left;
	background-color: #2b3a61;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.fourborders {
	border-right-width: 1px;
	border-right-color: #898989;
	border-right-style: dotted;
}

div.dottedtb {
	border-top-width: 1px;
	border-top-color: #898989;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #898989;
	border-bottom-style: dotted;
	margin-right:10px;
}

div.dottedtb2 {
	border-bottom-width: 1px;
	border-bottom-color: #898989;
	border-bottom-style: dotted;
	margin-right:10px;
}

img {border:0px;}

h1 {color:#07163D; font-size:16pt;}


