@charset "utf-8";
/* CSS Document */

/* CSS Document */

@import url('text.css');
@import url('layout.css');
@import url('style6.css');

/*==========================================================================================
HTML5 TAGS
==========================================================================================*/

html, body, h1, h2, h3, h4, h5, h6, hr, table, tr, th, td, p, div, img, form, ul, li, blockquote, address, abbr, acronym, script, sup, span, q, em {
	border: 0px;
	margin: 0px;
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

body {
	background-image:url(../images/bg_repear.png);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #deeff9;
	background-position: center top;
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}


/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block; margin:0px;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}
