@charset "utf-8";

body {
	font-size:90%;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}
body, p, H1, H2, H3, H4, H5, H6 {
	padding:0px; 
	margin:0px;
}

H1, H2, H3, H4, H5, H6 {
	font-weight:bold;
	margin-bottom:5px;
	font-family: Arial,sans-serif;
}

h1 {
	font-size:150%;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:130%;
}

h4 {
	font-size:120%;
}

h5 {
	font-size:110%;
}

div, p {
	font-size:100%;
}

#Banner {
	width:100%;
}

#Footer {
	width:100%;
}

#Wrapper {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}

#Content_Holder {
	/* background-color:#ffffff; */
	text-align:left;
	padding:0px;
	margin:0px;
}

.noshow {
	display:none;
}

.show {
	display:block;
}

a {
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted;
}
