body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url('images/menuBack.gif'); 
	background-repeat: repeat-y;
}

p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
				
				
img {
	border: 0px;
}

a:link {text-decoration: underline; color: rgb(2,101,238);}
a:visited {text-decoration: underline; color: rgb(0,0,0);}
a:hover {text-decoration: none; color: rgb(2,101,238);}
a:active {text-decoration: underline; color: rgb(2,101,238);}

table.complete {
	border-collapse:	collapse;
	width: 640px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 0 0 0;	
}

td {
	border-collapse:	collapse;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 0 0 0;	
}

.menu {
	width: 160px;
	background-color: rgb(255, 231, 154);
	vertical-align: top;
	border-right: 1px solid rgb(49, 0, 156);
}

img.button {
	margin-top: 3px;
}

table.file {
	border: 1px solid rgb(49, 0, 156);
	width: 100%;
	border-collapse: collapse;
}

th.file {
	background-color: rgb(2, 101, 238);
	height: 25px;
	color: rgb(255, 255, 255);
}

td.file {
	height: 25px;
	background-color: rgb(245, 249, 255);
	padding: 0 5px 0 5px;
}

h1 {
	color: rgb(2, 101, 238);
	font-size: 14px;
	font-weight: bold;
}

select, input, textarea {
	font-family: Verdana, Arial; 
	font-size: 11px; 
	border: 1px solid rgb(49,0,156);
	background-color: rgb(251, 253, 255);
	width: 300px;
}