body {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	margin: 0px;
}
#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
}
#wrap #header {
	height: 100px;
	background-image: url(img/headerLP.jpg);
}
#wrap #banner {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap #Content {
	background-color: #FFFFFF;
	min-height:340px;
}
#Content #FormBox {
	padding-top: 25px;
}
#FormBox .FormClass {
	margin: 0px;
	padding: 0px;
}
#FormBox .FormClass .welcome {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 14px;
}

#FormBox input {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #003366;
	font-size: 13px;
}
.fontGris {
	color: #666666;
}
#FormBox .FormClass .SubTittle {
	color: #660066;
	font-size: 11px;
	font-weight: bold;
}
#FormBox .FormClass .TittleOPC {
	font-size: 15px;
	font-weight: bold;
}

.form-error {
	border: 2px solid #FF0000;
	background-color: #FFD5D5;
}

.input text error{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;	
}


#Content #PolicyBox {
	
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	
}
#PolicyBox .Tittle {
	font-size: 16px;
	text-align: center;
}


#wrap #footer {
	background-color: #000000;
	height: 20px;
	
	padding-top: 3px;
	padding-left: 15px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.LineSep {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-bottom: 20px;
	text-align: left;
	font-size: 15px;
	margin-top: 15px;
}


.MenuTopCpanel{
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
.MenuTopCpanel li{
	float: left;
	margin-bottom: 5px;
	padding-right: 15px;
}

/* LINKS */

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

