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

/*.contentBody*/ th {
	background-color: #bbddff;
	text-align: center;
}

td{
	padding:5px;
}

.row1 {
	background-color: #f0ffff;
}
.row2 {
	background-color: #e0f0ff;
}

.note{
	width:450px;
	border:1px #aaa solid;
	padding:10px; 
	margin-left:20px;
	margin-bottom:1em;	
}

.note .heading{
	font-weight:bold;
	font-size:120%;
}

/*.indent{
	list-style-type:none;
	text-indent:-1em;
	padding-left:1em;
	list-style-position:outside;
}*/

.withImage img{
	vertical-align: middle;

}

.redBox{
	width:500px; 
	border:1px #ff0000 solid;
	padding:10px;
	margin:0 auto;
	margin-top:1em;

}

.redBox .heading{
	font-weight:bold;
	font-size:120%;
	margin-bottom:0.5em;
}

.redBox dl{
	margin-left:2em;
}

.redBox dt{
	font-weight:bold;
}

.redBox dd{
	margin-left:-1em;
	padding-bottom:0.5em;
}

.underLine{
	text-decoration:underline;
}



