﻿/* WebStart CSS - General */
html {overflow-y: scroll; }  /*hack to fix scrollbars.	overflow-x: scroll; */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
	background-color: #F3F8FE;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.1em;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	background-image: url('../images/theme/page-background.jpg');

	background-repeat: repeat-x; 
	
/* OR FIXED: 	background: url(../images/theme/page-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

h1 	{
	font-size: 1.5em;
	}
h2 	{
	font-size: 1.25em;
	color: #54C3BD;
	margin-top: 1.0em;
	font-weight: normal;
}
h3 	{
	font-size: 1.0em;
	color: #ED008C;
	line-height: 1.0em;
	margin-bottom: -1em;
}
ul	{
	list-style-type: square;
	}
img {
	max-width: 100%; 	/*let wide images scale to media*/
	height: auto;
	}
hr 	{
	color: #99CCFF;
	height: 1px;
	background-color: #99CCFF;  /*ie hack*/
	border: none;
	}
table {
	 table-layout: fixed;
	}

.fineprint { 
	font-size: 0.7em; 
	}
.title h1 {
	position: absolute;
	margin-left: 20px;
	margin-top: -80px;
	margin-right: 5px;
	color: #000000;
	font-size: 12px;
	z-index: -1;
}


