p {
	text-align: justify;
	font-family: sans-serif;
	font-size: 12px;
}

body   {
	margin: 0px;
}

#header{
	position:relative;
}

#comodo{

	position:absolute;
	top:0px;
	right:5px
}

.tableborder {
	border-left: 2px solid #847BB5;
	border-top: 2px solid #847BB5;
	border-right: 2px solid #663366;
	border-bottom: 2px solid #663366;
}

.textboxborder {
	border-left: 1px solid #847BB5;
	border-top: 1px solid #847BB5;
	border-right: 1px solid #663366;
	border-bottom: 1px solid #663366;
	background: #feffFF;
	width: 200px;
}

.textboxborder2 {
	border-left: 1px solid #847BB5;
	border-top: 1px solid #847BB5;
	border-right: 1px solid #663366;
	border-bottom: 1px solid #663366;
	background: #feffFF;
	width: 150px;
}

.textboxborder3 {
	border-left: 1px solid #847BB5;
	border-top: 1px solid #847BB5;
	border-right: 1px solid #663366;
	border-bottom: 1px solid #663366;

	width: 360px;
}

.tableborder2 {
	width: 400px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #fcfcfc;
}

.tableborder3 {

	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #fcfcfc;
}

.tableborder4 {
        padding-top:5px;
        padding-left: 5px;
        padding-right: 5px;
	border-top: 1px solid #c0c0c0;

}

.drop {
      font-weight: bold;
      font-family: serif;
      font-size: 17px;
}

.bluebutton {
     font-family: 'Times New Roman', serif;
     font-size: 11px;
     font-weight: bold;
     letter-spacing: .1em;
     color: #ffffff;
     background: #4300CC;
     border-top: 2px solid #9999ee;
     border-left: 2px solid #6666ee;
     border-right: 2px solid #000099;
     border-bottom: 2px solid #000066;
     width: 120px;
     text-decoration: none;
     padding-top: 4px;
     padding-bottom: 4px;
     text-align: center;
}

.other {

        text-align: center;
	font-family: sans-serif;
	font-size: 12px;
}

