body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #006600;
}

body, th, td, input, textarea, select, option {
	font-family: Tahoma, Arial;
}

h1 {
	text-align: center;
	text-valign: center;
	font-weight: normal;
	font-size: 4em;
	background: #336600;
	font-family: Papyrus, Tahoma, Arial;
}

h2 {
	text-align: center;
	text-valign: center;
	font-weight: bold;
	color: #FFFFCC;
	background: #FF9900;	
	font-family: Tahoma, Arial;
}

h3 {
	text-align: left;
	text-valign: center;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Arial;
}

b1 {
	text-align: center;
	text-valign: center;
	font-weight: normal;
	font-size: 1em;
	font-family: Tahoma, Arial;
}

a {
	color: #006600;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

p, ul, ol {
	line-height: 150%;
}

img {
	padding: 10px;
}



/* Header */

#header {
	width: 720px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 20px 0 20px 0;
	color: #FFFFCC;
}

#header h2 {
	text-align: center;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;		
	font-family: Tahoma, Arial;
}



/* Body */

#body {
	clear: both;
	width: 720px;
	color: #000000;
	margin: 0 auto;
	text-align: left;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FF9911;
}


/* Footer */

#footer {
	clear: both;
	width: 720px;
	height: 20px;
	color: #646464;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: smaller;

}

#footer a {
	color: #003300;
}
