body {
	margin: 0px;
	padding-top:15px;
	font-family: verdana; 
	font-size: 11px; 
	color: #6C6C6C;
	background-color: #EDF4F5;
}

.body_home {
	background-image:url(../images/background_home.png);
	background-repeat:repeat-x;
}

td, input, select, textarea {
	font-family: verdana;
	font-size: 11px;
	color: #6C6C6C;
}

input.default {
	background-image:url(../images/button_default.png);
	border: 0px;
	width: 80px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.line {
	background-image: url(../images/dashline.gif);
	width: 100%;
	height: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-repeat: repeat-x;
}

img {
	border: 0px;
}
.border {
	 border: 1px solid #000000;
}

a {
	color: #6C6C6C;
	text-decoration: none;
}

a:hover {
	color: #006570;
	text-decoration: underline;
}

.clear {
	clear: both;
}

ul.default {
	list-style-image: url(../images/bullet.png);
}