
div.header {
	font-family: Berling Antiqua;
	font-size: 22px;
}


BODY {
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-size: 12px;
	margin-left : 50px;
	margin-top : 50px;
	font-weight : bold;
}

TR.trs0 {
	border: 2px;
	background-color: #aaaaaa;
}

TR.trs1 {
	border: 2px;
	background-color: #cc9966;
}

TD {
	white-space: normal;
}

TD.menu {
	font-size: 12px;
	padding-top : 15px;
	padding-left : 15px;
	line-height: 21px;
	vertical-align : top;
	height : 700px;
	width : 150px;
	background-color: #c0c0c0;
	font-weight : bold;
}

TD.list {
	font-size: 12px;
	background-color: #cc6633;
	font-weight : bold;
}

TD.main {
	font-size: 12px;
	padding-top : 15px;
	padding-left : 15px;
	line-height: 18px;
	vertical-align : top;
	height : 700px;
	width : 550px;
	background-color: #cc6633;
	font-weight : bold;
}
 
A {
	
	color: #660033;
	/* color: #0000CC; */
	text-decoration : underline;
	/* text-decoration : none; */
}

A:Hover {
	color: blue;
}


input.button2 {
	font-family: Arial;
	width: 150px;
	cursor: hand;
	text-decoration: none;
	height: 23px;
	color: #ffffff;
	background: #444444;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;  

}

input.selectfile {
	font-family: Arial;
	text-decoration: none;
	width: 400px;
	height: 23px;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;  

}

input.button3 {
	font-family: Arial;
	width: 200px;
	cursor: hand;
	text-decoration: none;
	height: 23px;
	color: #ffffff;
	background: #444444;
}

input.timebox {
	font-family: Book Antiqua;
	font-size: 14px;
	font : bold;
	background-color: #C5D2F2;
}

textarea {
	font-family: Book Antiqua;
	font-size: 14px;
	font : bold;
	background-color: #C5D2F2;
}






