
TABLE {
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #BFE6ED;
	color : Black;
	width : 600px;
}
INPUT {
		border : thin none;
		background-color : #BFE6ED;
		font-size : xx-small;
		width : auto;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
		border-bottom : 1px inset Gray;
}

TEXTAREA {
	border : thin none;
		background-color : #BFE6ED;
		font-size : x-small;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
		border-bottom : 1px inset Gray;
}


.male{
	font-size : xx-small;
	font-family : "Times New Roman", Times, serif;
	text-align : justify;
}

.but{
	border : 1px ridge White;
	background-color : #006D97;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color : White;
}
.normal{
	font-size : x-small;
}
