/* CSS Document */

body {
	font-family: "Arial", "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	color: #333;
	margin: 0;
	font-size:12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

blockquote {
	background: #E3F5FE url(images/blockquote.png) no-repeat bottom left;
	padding: 2px 20px 33px 15px;
	margin: 10px;	
} /* Idea from ShadedGrey of http://wpthemes.info/ */


.input {
	background: #F9FBFF;
	border: 1px solid #B8D4FF;
	font-family: "Arial", "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-size: 11px;
	color:#333333;
	width: 350px;
	padding: 5px;
}

.button {
	//font-family:"Courier New", Courier, mono;
	font-size: 11px;
	padding:3px;
}

textarea {
	background: #F9FBFF;
	border: 1px solid #B8D4FF;
	font-family: "Arial", "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-size: 11px;
	color:#333333;
	width: 350px;
	padding: 5px;
}


a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color:#0B76AE;
}

/* Used by contatc form and comments */
.contactWarning {
	margin-top:20px;
	margin-left:15px;
	margin-bottom:25px;
	margin-right:30px;
	padding:14px;
	border:thin;
	border-style:solid;
	border-color:#DDD;
	background-color:#F9FBFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}