/* becky.css */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body, p, td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.content {
	padding: 10px 5px 10px;
}

.menu {
	border-top: 1px dashed #c4c4c4;
	border-bottom: 1px dashed #c4c4c4;
	background-color: #e5e5e5;
	padding: 4px;
}

.menu p a:link,
.menu p a:visited,
.menu p a:hover,
.menu p a:active {
	color: #787878;
}

.menu p a:hover {
	color: #333;
}

.menu p {
	margin: 0;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.i_text, .i_textarea {
	border: 1px solid #c4c4c4;
	padding: 2px 4px 2px;
}

.i_submit {
	font-weight: bold;
}