/* Default CSS Stylesheet for a new Web Application project */

body {
	background-color: white;
	font-family: arial;
	font-size: 12pt;
	color: #003366;
}

.regsecitem {
	font-weight: normal;
	font-size: 10pt;
}

.link{
	padding:2px;
	padding-left:5px;
}

input[type=button]{
	color:#000000;
}

@media print {
	.noprint .noprint *
	{
		display: none !important;
	}
}

.highlight {
	color: #6699cc;
}
