﻿/* CSS Document */
* {margin:0; padding:0;}
body {
	color:#666666;
	font: 100.1% verdana, arial, helvetica, sans-serif;
	background: #B5E1E0;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}	
/* ----- links ----- */
a:link {
	color: #333333;
	}
a:visited {
	color: #333333;
	}
a:hover {
	color: #9FD5BD;
	}
a:active {
	color: #333333;
	}
/* ----- lists ----- */
li {
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	margin-left: 20px;
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}

ul ul{
}
ul ul ul{
}
td {
	font-size: 90%;
	}
img {
	border: 0;
	}
/*-------------Headings*/
h1 {
	font: 100% "trebuchet MS", arial, sans-serif;
	color: #FFFFFF;
	background: #96C0E6;
	padding: 10px;
}
h2{
 font: 94% "trebuchet MS", arial, sans-serif;
}

h3{
	font: 90% "trebuchet MS", arial, sans-serif;
	background: #96C0E6;
	color: #FFFFFF;
	padding: 10px;
}

h4{
 font: 86% "trebuchet MS", arial, sans-serif;
}

h5{
 font-size: 80%;
}
/* ----- Classes ----- */
.brclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	}
.column {
	float: left;
	width: 43%;
	margin-right: 10px;
	margin-left: 10px;
}.hide{
display:none;
}
.show{
display:block;
}
/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}
.center {
	text-align: center;
}

