body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DDE8F6;
	margin-left: 0px;
	margin-right: 0px;
}


form {font-size: 8pt; padding: 0; margin-top: 0px; margin-bottom: 0px;}


A, A:link {color: #336799; TEXT-DECORATION: none;}

A:visited {color: #336799; TEXT-DECORATION: none;}
A:hover, A:active  {color: #000000; TEXT-DECORATION: underline;}

.white-bg { background-color: #FFFFFF;}
.black-bg { background-color: #000000;}

.blue {color: #073372; text-align: justify}
.blue A, .black A:link, .black A:visited {color: #073372; TEXT-DECORATION: none;}
.blue A:hover, .black A:active {color: #ffffff; TEXT-DECORATION: none;}


.black {color: #110c12;}
.black A, .black A:link, .black A:visited {color: #110c12; TEXT-DECORATION: none;}
.black A:hover, .black A:active {color: #db6f00; TEXT-DECORATION: none;}

.white {color: #FFFFFF; font-size: 10px;}
.white strong {color: #FFFFFF; font-weight: bold; font-size: 10px;}
.white A, .white A:link, .white A:visited {color: #FFFFFF; font-size: 10px; TEXT-DECORATION: none;}
.white A:hover, .white A:active {color: #f38b20; font-size: 10px; TEXT-DECORATION: none;}

.whtit {color: #ffffff; font-weight: bold; font-size: 16px;}
.whtit A, .whtit A:link, .whtit A:visited {color: #ffffff; font-weight: bold; font-size: 16px; TEXT-DECORATION: none;}
.whtit A:hover, .whtit A:active {color: #ffffff; font-weight: bold; font-size: 16px; TEXT-DECORATION: underline;}


.red {color: #ff0000;}

* {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #1f1f1b;
	line-height: 18px;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	position: relative;
	left: 0px;
	color: #ffffff;

}
li ul {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #ffffff;

}
ul li a {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	border: 0;
	border-bottom: 0;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
ul li a:hover {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #5080b2;	
	border: 0;
	border-bottom: 0;
	background-image: url(images/menubg-hover.png);
	background-repeat: no-repeat;

}

.pad20 {
	padding-left: 28px;
	padding-right: 20px;
}
.pad5 {
	padding-right: 5px;
	padding-left: 5px;
}
.pad10 {
	padding: 10px;
}
.header {
	color: #ffffff;
	background-color: #f38f25;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom:2px;
	text-align: left;
	margin-left: 28px;
	margin-right: 28px;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #776c54;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.copyright A, .copyright A:link, .copyright A:visited {
	text-decoration: none;
	color: #776c54;
}
.copyright A:hover, .copyright A:active {
	TEXT-DECORATION: underline; 
	color: #000000;
}

.title {
	font-weight: bold;
	font-size: 12px;
	color: #f9a121;
}	
.title A, .title A:link, .title A:visited {
	font-weight: bold;
	font-size: 12px;
	color: #f9a121;
}
.title A:hover, .title A:active {
	font-weight: bold;
	font-size: 12px;
	color: #3d618e;
}
.title-blue {
	font-weight: bold;
	font-size: 12px;
	color: #3d618e;
}	
.title-blue A, .title-blue A:link, .title-blue A:visited {
	font-weight: bold;
	font-size: 12px;
	color: #3d618e;
}
.title-blue A:hover, .title-blue A:active {
	font-weight: bold;
	font-size: 12px;
	color: #f9a121;
}
.button {
	font-weight: bold;
	color: #CA6C0D;
	font-size: 13px;
}	
.button A, .button A:link, .button A:visited {
	font-weight: bold;
	color: #CA6C0D;
	font-size: 13px;
}
.button A:hover, .button A:active {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
input {
	font-family : tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #231f20;
	background-color: #fff6df;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
textarea {
	font-family : tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #231f20;
	background-color: #fff6df;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
select {
	font-family : tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #231f20;
	background-color: #fff6df;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.pad345 {
	border: 1px solid #EDEDEF;
}
.pad346 {
	border: 1px solid #000700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000700;
	background-color: #DFE8F7;
}
