@charset "utf-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	margin-top:10px;
	background-color:#FFFFFF;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* font-family:Calibri, Helvetica, sans-serif; */
	/* font-size: 100%; */
}

a:link{
	color:#000066;
	text-decoration: none
}

a:visited{
	color: #000066;
	text-decoration: none
}

a:hover{
	text-decoration: underline;
}

a img{ 
	border: none;
}

strong {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
	margin: 36px 0 16px 0;
	font-size: 1.20em;
	line-height: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

h1 {
	margin: 16px 0 12px 0;
	font-family: Candara, Arial, sans-serif;
	letter-spacing: .1em
}

h2 {
	margin: 15px 0 15px 0;
	font-family: Candara, Arial, sans-serif;
	letter-spacing: .1em
}

h3 {
	font-size: 1.35em;
	letter-spacing: .2em;
}

h4, h5 {
	font-size: 1em;
	margin: 18px 0 6px 0;
	font-weight: bold;
}

h5 {
	margin: 12px 0 6px 0;
	font-size: 0.9em;
	letter-spacing: .1em;
}

p {	
	text-align:left;
	margin: 6px 0 12px 0;
	font-size: 0.9em;
}

ul {
	text-align: justify;
	margin: 6px 0 12px 0;
	font-size: 0.9em

}
.content {
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	width:780px;
}

.content-test {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 970px;
}

.boxright {
	border: 1px solid #AAAAAA;
	background:#FFFFFF;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align:center;
	float:right;
	padding:15px;
	width: 200px;
}

.boxleft {
	border: none;
	background:#FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align:center;
	float:left;
	padding:0px;
	width: 160px;
}

#table-gen {
	width: 200px;
	float: left;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 0px solid #ffffff;
	font-size: 0.9em;
 }
#table-gen .rowa {
	background: #ffffff;
	height: 20px;
}
#table-gen .rowb {
	background: #ffffff;
	height: 20px;
}
#table-gen .cell {
	padding: 0px;
	border: 0px solid #ffffff;
}


