﻿/* WebStart CSS - General */
/*html {overflow-y: scroll;overflow-x: scroll;}		 /*hack to fix Firefox scrollbar */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;	
	background-color: #F4F4F4;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;
	margin-top: 4px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	}

h1 	{
	font-size: 1.5em;
	}
h2 	{
	font-size: 1.4em;
	line-height: 1.0em;
	margin-top: 1.0em;
	margin-bottom: 1.3em;
	font-weight: bold;
	color: #000;
}
h3 	{
	font-size: 1.1em;
	line-height: 1.0em;
	margin-bottom: 1.0em;
	color: #FF6600;
}
h4 	{
	font-size: 0.95em;
	margin-bottom: -1.0em;
	color: #000;
	font-weight: bold;
	}

ul	{
	list-style-type: none;
	}

textarea {
	width: 90%;
	height: 150px;
	margin-left: 40px;
	
}

input {
	
	margin: 2px;
}

img {
	max-width: 100%; 	/*let wide images scale to media*/
	height: auto;
	}
table {
	 table-layout: fixed;
	}
hr 	{
	color: #99CCFF;
	height: 1px;
	background-color: #99CCFF;  /*ie hack*/
	border: none;
	}
.fineprint {
	font-size: 0.8em;
}
.title h1 {
	position: absolute;
	margin-left: 20px;
	margin-top: -50px;
	margin-right: 5px;
	color: #000000;
	font-size: 12px;
	z-index: -1;
}
* 	{ 
	-moz-box-sizing: border-box; 	/*keep padding inside the box*/
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}


