@charset "UTF-8";
/* CSS Document */

/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


html, body, div, span, applet, object, iframe,
h1, h3, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}

body {
	line-height: 1;
}
html, body { 
	height: 100%;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

body {
	font: 62.5% "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	color:#000;
	line-height: 180%;
}

hr{
	 height: 1px;
	 background-color:#dadada;
	 border:0;
	 margin:0px;
}	

strong {
	font-weight: bold;
}
		
em {
	font-style: italic;
}
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #56c4e4;
}
a:active, a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid black;
}
label{
	cursor:pointer;
}


/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

.hide {
	display: none;
}

.clear {
	height: 1%;
}
	
.clear:after {
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/*bottom*/
#copyright {
	width:1000px;
	text-align:left;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#ccc 1px solid;
	font-size:1.1em;
}
#copyright span {
	padding-right:15px;
}