body {
	background-image:url("template/bg_body.jpg");
	background-attachment:fixed;
}

td, select, input , textarea {
	font-family:Tahoma;
	font-size:16px;
	color:#515151;
}


.head {
	color:#000000;
	font-weight:800;
}

a {
	text-decoration: underline;
	color:#3777AF;
}

a:hover {
	text-decoration: none;
}

a.push:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

blockquote p {
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-align: left;
}

blockquote {
	border:solid 1px #D4CCAA; 
	margin:10px 15px;
	padding:5px 5px 5px 41px;
	background-color:#FDC9FD;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}