@charset "utf-8";
/*CSS dpciemt*/

p{
	font-size: 12px;
	color:#000;
	line-height: 18px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
}
.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 30px;
	color: #000;
	font-weight: normal;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	list-style-type: square;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #903
	text-align: left;
	font-weight: bold;
	color: #903;
}

.navigation{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	width: 140px;
	padding: 8px;
	display: block;
}

.navigation:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #8cb5f5;
	width: 140px;
	padding: 8px;
	display: block;
}
footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
	background-color: #F00;
	text-align: center;
	padding-top: 10px;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
