body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link		{text-decoration: none;}
a:visited	{text-decoration: none;}
a:hover		{text-decoration: underline;}
a:active	{text-decoration: none;}

a.mail:link {color:#66CCFF; text-decoration:none;}
a.mail:visited {text-decoration: none;color: #CCCCCC;}
a.mail:hover {text-decoration: underline;}
a.mail:active {text-decoration: none;}

.italics10 {
	font-size: 10px;
	font-style: italic;
	text-align: justify;
}

.italics12 {
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

.italics14 {
	font-size: 14px;
	font-style: italic;
	text-align: justify;
}
.floatleft {
	float: left;
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
	margin: 0 0 0 10px;
}

.footer {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}

.green		{color: #339900;font-weight:bold;}
.greentip	{color: #339900;font-weight:bold;font-size: larger}
.red			{color: #CC0000;font-weight:bold;}

.header {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;
}

h1 {
	background: inherit;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

h2 {
	background: inherit;
	font-size: 17px;
	margin: 10px 0px 0px 0px;
	font-weight:bold;
}

h3 {
	background: inherit;
	font-size: 15px;
	margin: 20px 0px -5px 0px;
	font-weight:bold;
}

h4 {
	background: inherit;
	font-size: 15px;
	margin: 0px 0px -5px 0px;
	font-weight:bold;
}

#menu ul {
	list-style: none;
	margin: 0px;
}

#menu li {
	background: none;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	border: thin solid;
	border-color: #919191;
}

#menu a {
	font: Arial, Helvetica, sans-serif;
	display: block;
	background: inherit;
	position: relative;
	width: 175px;
	height: 30px;
	margin-bottom: 0px;
	text-decoration: none;
	background-image: url(../graphics/bkgw1.gif);
	padding-left: 10px;
	padding-top: 11px;
	color: #636363;
	font-size: 13px;
}

#menu a:hover {
	background: inherit;
	color: #fff;
	background-image: url(../graphics/bkgg2.gif);
}

#para p {
	text-align: justify;
	margin: 5px 0px 10px 0px;
	background: inherit;
}

.slogan {
	background: inherit;
	color: #4DB848;
	font-size: 18px;
}

.padright {
	padding-right: 27px;
	text-align:right;
}

.tableborder {
	border-color:#E2E2E2;
}
