body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

a {
	color: #3366CC;
	text-decoration: none;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: normal;
	color: #122B66;
}




.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #030303;
	font-style: normal;
	cursor: hand;
}




a:hover {
	text-decoration: underline;
	color: #030303;
}

input.big {
	width: 100px;
}

input.small {
	width: auto;
}

