<!--
BODY {
	margin:0; padding:0; background-color : #C9824A; 
	background-image: url('/images/back.jpg');
	background-repeat: repeat-x;
}

.text a:link {color: #000099;}
.text a:visited {color: #000099;}
.text a:hover {color: maroon; text-decoration: none; border-bottom: 1px solid;}
.text a:active {color: red;}
.text a {text-decoration: none; border-bottom: 1px dotted;}

.notify a:link {color: #000099;}
.notify a:visited {color: #000099;}
.notify a:hover {color: maroon; text-decoration: none; border-bottom: 1px solid;}
.notify a:active {color: red;}
.notify a {text-decoration: none; border-bottom: 1px dotted;}

.footermenu a:link {color: #000099;}
.footermenu a:visited {color: #000099;}
.footermenu a:hover {color: maroon; text-decoration: none; border-bottom: 1px dotted;}
.footermenu a:active {color: red;}
.footermenu a {text-decoration: none;}

.footer a:link {color: black;}
.footer a:visited {color: black;}
.footer a:hover {color: maroon; text-decoration: none;}
.footer a:active {color: red;}
.footer a {text-decoration: none;}

A:LINK, A:VISITED {
	color : #000099;
	text-decoration : none;
}

A:HOVER {
	color : maroon;
	text-decoration : underline;
}

A:ACTIVE {
	color : red;
	text-decoration : underline;
}

.menuheader {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #DB4D21;
	text-decoration: none;
	text-align: left;
	line-height: 1.5;
	}
.text {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 1.5;
	}
.italic {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 1.5;
	}
.textsm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	}
	
.textspecial {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0.15cm;
	text-transform: uppercase;
	}

.notify {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #336699;
	background-color: #ffffee;
	color: #000000;
	padding: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 0.13cm;

}
.titles {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: default;
	text-transform: none;
}	
.titletext {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: none;
}
.titletextsm {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: none;
}


.footer {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	}
.footermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	}
.boxes {
	font-family: georgia, Arial; 
	font-size: 18px; 
	border: 1px solid gray; 
	background-color: #ffffff;
}

.buttons {
	font-size:14px;
	font-family:Georgia,serif;
	font-weight:bold;
	height:26px;
	background-color:#779999;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	text-align: center;
}

-->