/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html{
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	font-family: verdana;
	margin: 0;
	font-size: 12px;
	color: #000;
	text-align:center;
	line-height: 1.5;
	background-color: #fff;
}

.wrapper {
  margin:0 auto;
  text-align:left;
}

form { margin: 0; padding: 0; }

p, ul, h1, h2, h3, h4, h5, h6, h7 { margin-top: 0; margin-bottom: 15px; padding: 0; }

input, button, textarea, select { border:solid 1px silver; font-size:11px; background:none; }

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

.clr { clear:both; font-size:0; line-height:0; height:0; }
.fl, .fr { display:inline; }
.fl { float:left }
.fr { float:right }
.block { display:block; }
.templ_img { margin:0; border:none; }
.moduletable { clear:both; margin:0; margin-bottom:45px; }

a{
	color: #ff0000;
	text-decoration: none;
	outline: none;
}
