﻿body
{
	text-align: left;
	/*
	background-color: #f3fbe1;
*/
	margin:25px;
	font-family: tahoma;	
}

.tooltip-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

a
{
	color: Blue;
}

a:visited
{
	color: Blue;
}
 
.tooltip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.tooltip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

h1, h2, p, li, td
{
	color: gray;
	font-family: tahoma;
	font-size: 12px;
}

h1
{
	color: #29022f;
	text-transform: capitalize;
	font-size: 17px;
	text-align: left;
	margin-top:10px;
}

h2
{
	font-weight:bold;
	color: #00abdf;
	text-align: left;
}

p, li
{
	line-height: 20px;
	text-align: left;
	text-align: justify;
	margin-bottom:0px;
}

hr
{
	height: 1px;
	border:0px;
	background-color: #29022f; 
	color: #29022f;
}

ul
{
	margin:0px;
	padding-left:20px;
}

li
{
	margin-left:0px;
}

form
{
	margin:0px;
}

div.pop
{
 padding:5px;
 border: 1px solid #334017;
 background-color: #13fffc;
 font-size:16px;
 margin: 0px 0px 5px 0px;
 color: #000000;
 text-align:center;
}

#flyer
{
 border: 1px solid #334017;
}

