                                           /* Initial.css (starting point for CSS stylesheets) */

		/* Neutralize styling for elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 100%;
	line-height: 120%;
	color: #FFFFFF;
}

body {
	font-size:1em;
	background-color: #000000;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
}

html {	
	font-size:100.01%;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	font-family:inherit;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	font-family:inherit;
}
#maincontent {
	width: 600px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent h1 {
	background-image: url(../images/logo_black.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 83px;
	width: 302px;
}
.green {color:#75BF3B;}
#maincontent p {
	margin-left: 22px;
	font-size: 0.9em;
}
#maincontent a {
	color: #FFFFFF;
}
