

body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-position-y: 0px;
	background-position-x: 0px;
	background-image: url(back_left.jpg);
	background-repeat: repeat-y;
	background-color: #cccccc;
	color: #191919;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

table {
	color: #191919;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

}


.top {
	padding: 0px;
	margin: 0px;
	height: 100px;
	background-repeat: repeat-x;
	background-position-y: 0px;
	background-position-x: 0px;
	background-image: url(back_top.jpg);
}

.main {
	max-width: 600px;
	min-width: 400px;
	margin-top: -30px;
	margin-left: 100px;
	margin-right: 50px;
}

a {
	font-family: 'Gill Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration: none;
	}

h1 {
		font-size: 16px;
		color: white;
	}

h2 {
		font-size: 12px;
		color: white;
	}
	
	
