/* CSS Document */

/* Baseline  CSS  These declarations reset all the defaul values for all browsers */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,em,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}

body { 	
	font: 76% verdana,helvetica,arial,sans-serif; 
	line-height: 1.2em;
	padding: 0px;
	background: #fff url(../images/background.jpg) repeat;
	text-align: center;
	color: #4A4A4A;
	}
	

a {
	color: inherit;
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	line-height: 1.8em;
	padding-bottom: 0;
	font-family: helvetica;
	letter-spacing: -0.3px;
}


h2 {
	font-size: 1.4em;
	padding-bottom: 5px;
}

.noborder {
	border: 0;
}

.bigText {
	font-size: 1.4em;
	line-height: 38px;
}

#content p {
	width: 100%;
	margin: 10px 0 10px 10px;
	font-size: 1.1em;
}

td {
	padding: 5px;
}

thead th {
	padding: 5px;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
}