@charset "utf-8";
/* CSS Document */

/* Reset Defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:150%;
	background-color:#FFF;
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a:link{
	color:#00F;
}

a:visited{
	color:#00F;
}

a:hover{
	color:#090;
}

a:active{
	color:#093;
}

#textContent {
	width:490px;
	margin: 0px auto;
	text-align:left;
	height:232px;
	overflow:auto;
}

p {
	text-indent:15px;
}

.CenteredParagraph{
	text-align:center;
}

h1 { 
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:13px;
}

