@charset "utf-8";
/* CSS Document */

body, form, h1, h2, h3, h4, h5, select, textarea, ol, ul, li { 
	padding: 0;
	margin: 0;
	}

p { 
	padding-bottom: 1em;
	margin: 0;
	}	
	
	
h1, h2, h3, h4, h5 { 
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: 1em;
	}
	
a { 
	outline: none;
	}
	
a:link, a:visited { 
	text-decoration: none;
	}

a:active, a:hover { 
	text-decoration: underline;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { 
	text-decoration: none;
	}

body { 
	text-align: center;
	}
	
input, select, textarea { 
	font-size: inherit;
	font-family: inherit;
	}

ul { 
	list-style-type: none;
	}

img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
.italic {
	font-style: italic;
	}
	
.bold { 
	font-weight: bold;
	}
	


