@charset "utf-8";
/* CSS Document */
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #000000;
	line-height: 19px;
	padding: 3px;
}
.ul {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-decoration: none;
	list-style-type: disc;
}

.em {
	font-style: oblique;
	text-decoration: none;
}

.centre {
	text-align: center;
}

.bigpink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F0F;
}
.bigblue {
	font-size: 24px;
	font-weight: bold;
	color: #03C;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.caption2 {
	font-size: 14px;
	color: #C60;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #900;
}

.brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #900;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3333FF;
	text-decoration: none;
	background-color: #33FFFF;
	display: block;
	padding: 8px;
	width: 144px;
}

.navigation:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333FFF;
	text-decoration: none;
	background-color: #6CF;
	display: block;
	padding: 8px;
	width: 144px;
}
.blink {
	text-decoration: blink;
}


h1 {
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight: bold; color: #900 ;
}

h2 {
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold; color:#900;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight: bolder;
	color: #30F;
}
.h4 {
	color: #804000;
}

