basefont { 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
}

body { 
	vertical-align: none; 
	/* text-align: center; */
	font-style: normal; 
	font-weight: normal;
	/* width: 800px; */
	background-color:#666666; 
	color: #333333; 
}

p { 
	font-size: 12px; 
	font-style: normal; 
	text-align: none;
}

a:link	{
	color: #696969; 
	text-decoration: underline 
}

a:active { 
	color: #b22222; 
	text-decoration: none 
}

a:visited { 
	color: #696969; 
	text-decoration: underline 
}

button { 
	background-color: rgb(51, 0, 153); 
	color: rgb(255, 255, 255); 
}

button { 
	font-size: 12px; 
	font-style: normal; 
	border-style: solid; 
	border-width: 1pt 
}

caption { 
	font-size: 12px; 
	font-style: Normal; 
}

fieldset { 
	font-size: 12px; 
	font-style: normal; 
	border-style: solid; 
	border-width: 1pt 
}

h1 { 
	vertical-align: none; 
	font-size: 18px; 
	text-align: none; 
	font-weight: bold 
}

h2 { 
	font-size: 16px; 
	vertical-align: none; 
	text-align: none; 
	font-weight: bold 
}

h3 { 
	text-align: none; 
	font-size: 14px; 
	vertical-align: none; 
	font-weight: bold 
}

h4 { 
	font-size: 12px; 
	text-align: none; 
	vertical-align: none; 
	font-weight: bold 
}

h5 { 
	font-size: 11px; 
	vertical-align: none; 
	text-align: none; 
	font-weight: bold
}

h6 { 
	text-align: none; 
	vertical-align: none; 
	font-size: 10px; 
	font-weight: bold 
}

label { 
	font-size: 12px; 
	font-style: normal
}

legend { 
	font-style: Normal; 
	font-size: 12px; 
}

select { 
	font-style: normal; 
	font-size: 12px; 
	border-style: solid; 
	border-width: 1px;
}

table { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px;
	text-align: none; 
	vertical-align: none; 
	empty-cells:show;
	border: none;
	border-collapse:collapse;
	padding: 2px;
}

th { 
	font-style: normal 
}

textarea { 
	font-style: normal; 
	font-size: 12px; 
	border-style: solid; 
	border-width: 1px; 
}

li { 
	font-size: 12px; 
	font-style: normal
}


