#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper  .menu {
	width: 800px;
	background-image: url(../images/pp_menu.jpg);
	background-repeat: no-repeat;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2C6791;
	text-decoration: none;
	padding-top: 3px;
}
#wrapper .content {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.table_dottedleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2677EC;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2475EC;
}
.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #03427B;
	text-decoration: none;
}
.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.cell_rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

