body {
	background-color:#000000;
	background-image:url(../../squarse/bg.png);
	background-repeat:repeat-x;
	color:#cccccc;
	font-size:.8em;
	line-height:1.25em;
	font-family:"Times New Roman", serif;
}
a:link {
		color:#0066CC;
}
a:visited {
		color:#0066CC;
}
a:active {
		color:#0066CC;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Courier New", sans;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	}
	
p {
	margin: 0 0 1em 0;
}

ul {
	list-style-type:none;
}

a img {

	border:none;
}

.H1WithMargins {
	margin-bottom:20px;
}

.Italic {
	font-style:italic;
}