﻿/* general */	

body {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 100%;
	background : #fffff;
	font-family: 'Comic Sans MS';'Verdana'
	vertical-align: top;
	text-align: left;
	color: #black;
	line-height: 110%;

}
#container {
	position: relative;
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background-color: white;
}
table	{
	padding: 0px 0px 0px 0px;
	align: left;
	}
table td 	{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	}
table td p	{
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	font-size: 1.0em;
	color: black;
	line-height: 115%;
	font-weight: normal;

}

#heading{
	vertical-align: top;
	padding: 4px 0px 10px 0px;
	}

#quote{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	

#quote p	{
	font-size: 1.0em;
	color: blue;
	font-weight : bold;
}
#quote2{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	

#quote2 p	{
	font-size: 1.0em;
	color: #C6CF21;
	font-weight : bold;
}

#quote3{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	

#quote3 p	{
	font-size: 1.0em;
	color: #73288C;
	font-weight : bold;
}	
	
#quote4{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	
	
#quote4 p	{
	font-size: 1.0em;
	color: #F77521;
	font-weight : bold;
}

#quote5{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	
	
#quote5 p	{
	font-size: 1.0em;
	color: #4AC7E7;
	font-weight : bold;
}

#quote6{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	
	
#quote6 p	{
	font-size: 1.0em;
	color: #6B2C84;
	font-weight : bold;
}

#quote7{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	
	
#quote7 p	{
	font-size: 1.0em;
	color: #005994;
	font-weight : bold;
}

#quote8{
	vertical-align: top;
	padding: 10px 40px 10px 40px;
	line-height: 130%;

	}
	
	
#quote8 p	{
	font-size: 1.0em;
	color: #847D84;
	font-weight : bold;
}


#fineprint	{
	margin: 3px;
	background-color: #white;
	text-align: center;

	}
#fineprint p	{
	padding: 10px 10px 10px 10px;
	font-size: 0.7em;
	color: black;
}
#fineprint p a	{
	font-size: 100%;
	color: black;
	text-decoration: none;
}

#fineprint p a:hover	{
	font-size: 100%;
	color: black;
	text-decoration: underline;
}

	
h1	{
	font-size: 1.5em;
	line-height: 120%;
	color: #004A96;
	margin: 0px 0px 10px 7px;
	padding: 0px;
}
h2	{
	font-size: 1.5em;
	line-height: 120%;
	color: #004A96;
	margin: 10px 0px 5px 10px;
	padding: 0px;
	vertical-align: top;
}


img.left	{
	float: left;
	padding: 10px;
}

img.right	{
	float: right;
	padding: 10px;
}
