/* CSS Document */

.slogan {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyback {
	background-image: url(images/body-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: underline;
}a.dark	{
	color: #660066;
	text-decoration : underline;
}

a:visited.dark {
	color: #660066;
	text-decoration : underline;
}

a:active.dark {
	color: #FFCC00;
	text-decoration : none;
}

a:hover.dark {
	color: #FFCC00;
	text-decoration : none;
}
a.small	{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

a:visited.small {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

a:active.small {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFCC00;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

a:hover.small {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFCC00;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}
H1 {
	color: #660066;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.white {color: #FFFFFF}
