.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	color: #FFFFFF;
}
.text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	color: #FFFFFF;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #123863;
	font-weight: bold;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	color: #000000;
	line-height: 18px;
}
.hedding {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #123863;
	font-weight: bold;
}
.base1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight: normal;
	background-color: #EAEAEA;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.base {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.div_error{
	
	color: #f00;
	font-family: arial,sans-serif;
	font-size: 12px;
	
}

.div_msg{
	
	font-family: arial, sans-serif;
	font-size: 12px;
	
}

.div_msg ul{
	list-style: none;
}

.div_error ul{
	list-style: square;
}
	
