/*  body and font definitions */
html { 
	padding:0px;
	margin:0px;
	
}

body {
	background-color: #fff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, sans,sans-serif;
	color:#000000;  
	padding:0px;
	margin:0px;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	padding-top: 0px;
	margin: 0px 0px 5px 0px;
	padding-bottom: 10px;
	font-size: 15px;
}

h2 {
	padding-top: 2px; 
	padding-bottom: 3px; 
	font-size: 12px;
}

h3 {
	padding-top: 2px; 
	padding-bottom: 1px; 
	font-size: 11px;
}

h4 {
	padding-top: 2px; 
	padding-bottom: 3px; 
	font-size: 10px;
}

ul {
	padding:0;
	margin:0;
	margin-top:	0px;
	margin-bottom: 15px;
	padding-left: 15px;
}

li {
	padding:0;
	padding-top: 5px;
	padding-bottom:	5px;
	list-style-type: circle;
	margin:0;
}

p {
	padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

tr {
	vertical-align: top;
}

hr {
	background-color:#cccccc; /* Mozilla 1.4 */
	color:#cccccc; /* IE 6 */
	border: #cccccc; /* Opera 7.11 */
	height: 1px; /*  */
}

a {
	color: #000;
	text-decoration: underline;
}

textarea, input[type=text], select {
	font-family: Verdana, Arial, sans,sans-serif;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #cccccc; 
	width: 100%;
}

textarea {
	height: 190px;
}

input[type=submit], input[type=button]{
	display: none;
}
	
#head {
	padding-top: 10px;
	padding-left: 5px;
	background-color: #fff;  
	height: 95px;
	
}

#head ul {
	display: none;
	} 
	
#head ul li {
	display: none;
	}


#left {
	display: none;
}

#content {
	z-index: 10;
	padding: 0px;	
	background-color: #ffffff;
}

#content-inline {
	padding: 10px 10px 10px 10px;
}

#content-inline h2 {
	width: 100%;
	background-repeat: no-repeat;
	color: #444444;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #cecece;
}

#content-inline p {
	text-align: justify;	
}

#content-inline table {
	text-align: left;
}

#copyright p {
	font-size: 9px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #aaaaaa;
}

#right {
	display: none;
}

#foot {
	background-color: #fff;
	height: 20px;
	text-align: left;
	color: #000;
	padding: 3px 0px 0px 0px;
	padding-left: 10px;
	font-size: 9px;
	border-top: 1px solid #fff;
}

#foot a {
	margin-top: 3px;
	color: #000;
}

/*  navigations */
#nav-top {
	display: none;

}

#content-nav {
		display: none;	
}
