.header {
	color: #c24e00;
}
.input {
	font-family: arial;
	font-size: 11px;
	color: #4c5b63;
	border: 1px solid #4c5b63;
	background: transperant;
}
.new {
	font-family: verdana;
	font-size: 9px;
	font-style: italic;
	color: #FF0000;
}


img {
	border: 0px;
}
td {
	font-family: arial;
	font-size: 11px;
	color: #4c5b63;
}


td.side_left {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
td.side_right {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
td.side_center {
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}


td.header_left {
	background-image: url(images/side.l_header.jpg);
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: bold;
	height: 34px;
}
td.header_right {
	background-image: url(images/side.r_header.jpg);
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: bold;
	height: 34px;
}
td.header_center {
	background-image: url(images/side.c_header.jpg);
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: bold;
	height: 34px;
}


a:link {
	color: #186997;
	text-decoration: none;
}
a:visited {
	color: #186997;
	text-decoration: none;
}
a:hover {
	color: #c24e00;
	text-decoration: none;
}
a:active {
	color: #186997;
	text-decoration: none;
}