@charset "utf-8";
/* CSS Document */

body{
	font-family:"Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvectica;
	font-size: 98%;
	background-color: #E9E9E9;
	margin-top: 0px;
	margin-bottom: 0px;
}

a, a:link {
	padding: 1px;
	color: #0099DD;
	text-decoration: none;
}

a:hover {
	color: #FF009D;
	text-decoration: none;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	color: #0099DD;
}

h3 {
	font-family: georgia;
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
	color: #4D4D4D;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

#ft {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #FFFFFF;
}
