body {
	margin: 5px 10px;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 80%;/*76%*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	}
* {margin:0; padding:0;}
/* Layout Structure */
#top{
	
}

#bottom{
	
}

/* common */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	color: #000;
}
p{
	margin: 0 0 1em;
}

h1{
	font-size: 1.8em;
/*	border-bottom: solid 5px #7790a1;*/	
}
.smallTitle{
	font-size: .5em;
}
.smallTitle2{
	font-size: 60%;
}
h2{
	font-size: 1.4em;
	margin-top: .4em;
}
h3{
	font-size: 1em;
/*	margin-top: .5em;*/
	color: #000;
}
h4{
	font-size: .8em;	
	color: #000;
}
h5{
	font-size: .8em;	
	color: #000;
}
h6{
	color: red;
}
ul{
	padding-left: 1.5em;
}
li{
/*	font-size: 1.2em;*/

}

.toRight{
	float: right;
}
.toLeft{
	float: left;
}
.toRightMargin{
	float: right;
	margin: 0 10em 0 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */

p.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
table{
	margin-top: .5em;
	border: 1px solid #929292;
	background: #DBDBDB;
	border-collapse: collapse;
	margin-bottom: 1em;
	/*width: 48%;*/
}
table th, table td {
	margin: 0;
	padding: 4px 10px;
	text-align: center;
	border: 1px solid #929292;
}

table th.textRt, table td.textRt{
	text-align: right;
}
table th.textLeft, table td.textLeft{
	text-align: left;
}
	
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;

	}

