*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Tahoma;
	font-size:14;
}

table{
    border: 0px;
    padding: 0px;
	background-color:rgb(98, 130, 235);
    border: solid 0px blue;
    text-align: center;
    width:100%;
    border-spacing: 10px;
}
td.col1{
    text-align: center;
    padding: 10px;
    background-color:white;
    width: 28%;
    height: 25%;
}
div#info{
	width: 730px;
	height: 370px;
    padding: 10px;
    padding-left: 20px;
    background-color:white;
    line-height: 30px;
    text-align: left;
}
#titleSelect{
    font-family: tahoma;
    font-size: 18px;
    color:blue;
}
#titleSelect:hover{
    font-family: tahoma;
    font-size: 18px;
    color:red;
    background-color: rgb(243, 243, 128);
    padding: 3px;
}
#imgRegister{
    width:65%;
    height:22%;
    border:2px;
    border-color:black;
    border-style: solid;
    border:2px;
}
#imgRegister:hover{
    border:2px;
    border-color: gray;
    opacity: 0.5;
    transform: scale(1.1);
}
#imgBLU{
    width:100%;
    height:90%;
    border:2px;
    border-color:black;
    border-style: solid;
    border:2px;
}
#img01{
    opacity: 0.5;
}
#img02{
    border-style: outset;
    opacity: 0.5;
}
p#td01,#td02,#td03,#td04,#td05{
	text-align: left;
    font-family: Times New Roman;
    font-size: 18px;
	font-weight: bold;
	color: black;
}
p#nd01,#nd02,#nd03,#nd04,#nd05{
    text-align: left;
    font-family: Times New Roman;
    font-size: 18px;
}