/* CSS Document */

.title {
color				: #663300;
font-family			: Georgia, "Times New Roman", Times, serif;
font-size			: 13px;
margin-top			: 15px;
font-weight			: bold;
line-height			: 200%;
}

.bodytext {
color				: #402f25;
font-family			: Georgia, "Times New Roman", Times, serif;
font-size			: 11px;
line-height			: 180%;
}

.bodytext a:link {
color				: #016fff;
}

.bodytext a:active {
color				: #016fff;
text-decoration		: underline;
}

.bodytext a:visited {
color				: #016fff;
text-decoration		: underline;
}

.bodytext a:hover {
color				: #016fff;
text-decoration		: none;
}

.boldtext {
color				: #402f25;
font-family			: Georgia, "Times New Roman", Times, serif;
font-size			: 11px;
line-height			: 180%;
font-weight			: bold;
}

.smalltext {
color				: #402f25;
font-family			: Georgia, "Times New Roman", Times, serif;
font-size			: 9px;
line-height			: 180%;
}

.contacts {
color				: #402f25;
font-family			: "Trebuchet MS", Georgia, "Times New Roman", serif;
font-size			: 11px;
line-height			: 120%;
}

.contacts a:link {
color				: #016fff;
}

.contacts a:active {
color				: #016fff;
text-decoration		: underline;
}

.contacts a:visited {
color				: #016fff;
text-decoration		: underline;
}

.contacts a:hover {
color				: #016fff;
text-decoration		: none;
}

.copyright {
color				: #ffffff;
font-family			: "Trebuchet MS", Georgia, "Times New Roman", serif;
font-size			: 11px;
line-height			: 120%;
text-align			: right;
}

.copyright a:link {
color				: #ffffff;
text-decoration		: none;
}

.copyright a:active {
color				: #ffffff;
text-decoration		: none;
}

.copyright a:visited {
color				: #ffffff;
text-decoration		: none;
}

.copyright a:hover {
color				: #ffffff;
text-decoration		: underline;
}


