div.create {
	background-color: #F5F5F0;
	width: 90%;
	border: 1px solid #1D284E;
	padding: 12px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	list-style-type: none;

}


div.create ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 3px;
	line-height: 16px;
	margin-top: 8px;

}
div.create ul li {
	margin-top: 5px;
}
div.create table {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	margin: 0px 0px 10px;


}
div.create table tr.odd{
	background-color: #E2E3E4;
}
div.create table tr.even{
	background-color: #FFFFFF;}
div.create table td{
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	padding-left: 10px;
}
.createh1{
	font-size: 13px;
	color: #006600;
	font-weight: bold;

}
.bold {
	font-weight: bold;
}
.size11 {
	font-size: 12px;
}
