BODY {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	background-color: cbd2f8;	
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
        vertical-align:top;
        margin-right: 80px;
	margin-left: 80px;
       
      
}


A {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : 000000;
	font-weight: bold;
}

A:VISITED {
	text-decoration : underline;
}

A:ACTIVE {

	text-decoration : underline;
}

A:HOVER {
	text-decoration : underline;
	color : 0847AB;
}

TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.middle {
	
	text-align : center;
	vertical-align:top;	
	width: 100%;
	border-top: 1px solid #000000;
	
}
.footer {
	border: 1px solid #000000;
	font-size : 10px;
vertical-align:top;	
	text-align : center;

}

.right {
	width:220px;
	vertical-align:top;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid white;
	border-top: 1px solid #000000;

	

}
.left {
	vertical-align:top;
	width:120px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
border-right: 1px solid white;

}
.header {
vertical-align:top;
	width:500px;
	border: 1px solid #000000;
        border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-bottom:5px;


}

.photo {
	border-color : #334166;
	border-width : 1;
	border-style : solid;
	border-bottom-width : 1;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
}

.description {
	text-align : justify;
	
}

.button{
	background-color: #DDDDDD;
	border: 1px outset #334166;
	font-size: 8pt;
	width:120px;
	text-align:center;
}

.field{
	background-color: #FFFFFF;
	border: 1px outset #334166;
	font-size: 8pt;
	width: 120px;
	margin-bottom: 5px;
}
.error{
color: Red;
} 

