/* tab size is 4 */

* {margin:0 ; padding:0}

a, a:link, a:visited {
	color:					#3e66b1;
}

a:hover {
	color:					#0e3681;
}

img { border: 0; }

ul {
	margin:					0;
}

ul li {
	margin-left:			20px;
	margin-bottom:			10px;
}

ul li ul li {
	margin-left:			40px;
}

table {
	border-collapse:		collapse;
	width:					100%;
	
	margin-bottom:			10px;
}

table th {
	background-color:		#8899e3;
	color:					black;
	font-weight:			bold;
	text-align:				center;
	border:					1px solid #3e66b1;
	padding:				5px;
}

table th.project {
	width:					200px;
}

table th.desc {
	width:					480px;
}

table td {
	border:					1px solid #3e66b1;
	padding:				5px;
}

table td.center {
	text-align:				center;
}

table td.inputCell {
	text-align:				center;
	vertical-align:			top;
}

table td input { border: 1px solid #3e66b1; }
table td textarea { border: 1px solid #3e66b1; }

p, h1, h2, h3 {
	font-family:			arial;
}

h1 { font-size:				16pt; margin-top: 20px;}
h2 { font-size:				13pt; margin-top: 20px; margin-bottom:	5px;}
h3 { font-size:				10pt; }
p { font-size:				9pt; margin-bottom:		10px;}

body { 
	text-align: 			center; 
	
	background-color:		#CCCCCC;
}

.outermost_body { 
	margin: 				0 auto; 
	text-align:				left; 
	width: 					922px; 
	margin-top: 			20px;
	margin-bottom: 			20px;
}

.red_bold { color:red; font-weight: bold;}
.black_bold { color:black; font-weight: bold;}
.bold { font-weight: bold;}

#title {
	width:					890px;
	height:					20px;

	padding:				5px;
	padding-bottom:			0px;

	border:					1px solid #3e66b1;

	background-color:		#3e66b1;

	font:					9pt arial;
	color:					white;
}

#title a, #title a:link, #title a:visited {
	color:					white;
	text-decoration:		underline;
}

#title a:hover {
	color:					black;
	text-decoration:		underline;
}

#main {
	width:					880px;

	padding:				10px;

	border:					1px solid #3e66b1;
    border-top:             0;

	background-color:		white;

	font:					9pt arial;
}

.text_center {
	text-align:				center;
}


#footer {
	width:					890px;
	height:					20px;
	
	padding:				5px;
	padding-bottom:			0px;

	border:					1px solid #3e66b1;

	background-color:		#3e66b1;

	font:					9pt arial;
	font-weight:			bold;
	color:					white;
}
