body {
	background-color: #DCDCDC;
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	/*background-color: #CC99;*/
}

.text {
	font-family: Times New Roman;
	font-size: 16px;
    color: #00007f;
	PADDING-RIGHT: 10px;
}

.title1 {
	font-family: Times New Roman;
    font-size: 24px;
	text-decoration:underline; 
	color: #00007f;
}

.title2 {
	font-family: Times New Roman;
    font-size: 20px;
	text-decoration:underline; 
	color: #00007f;
}

.source {
	font-family: Courier;
    font-size: 16px;
	text-decoration:none; 
	color: #0;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}


a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

