/* MAIN BODY CONTROLS */

body, td, input, textarea {
	font-family: verdana, tahoma, arial;
	font-size: 7.5pt;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

input {
	border: 1px solid black;
}

textarea {
	height: 38;
	width: 400;
	border: 1px solid black;
}

a {
	color: #666e99;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0A246A;
}

.divTag1 {
	background-color: #eeeeee;
}

.divTag2 {
	background-color: #ffffff;
}

table.tblMain {
	width: 100%;
	text-align: center;
}

.tblMain td {
	border: 1px solid black;
}

.butEdit, .butDelete {
	width: 20;
	height: 15;
	border: 1px solid #666e99;
	background-color: white;
}

.butDelete { border: 1px solid red; }

.tdDate { width: 150; }
.tdMsg { text-align: left; }
.tdUpdate { width: 45; }