body {                           
	background-color : white;
	background-position : top;
}

/* PAGE SETTINGS */
.page_title {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:18pt;
    text-decoration:none;
    color:#ff8040;
}

.page_text {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:none;
    color:#ff8040;
}

A:visited {
    text-decoration:none;
}
A:link {
    text-decoration:none;
}

.page_link {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:none;
    color:#ff0000;
}

.page_link A:link {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:underline;
    color:#660066;
		/*
    color:#00ffff;
		*/
}

.page_link A:visited {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:underline;
    color:#000066;
		/*
    color:#ff0000;
		*/
}

/* MENU SETTINGS */
.menu {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:none;
		color:#FFFFF;
    /* background-color:#0099FF;
    color:#FF8040; */
}

.menu A:link {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:underline;
    color:#660066;
}

.menu A:visited {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:14pt;
    text-decoration:underline;
    color:#000066;
}

/* COPYRIGHT SETTINGS */
.copyright_text {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    font-size:18pt;
    text-decoration:none;
    color:#ff8040;
}
