/*--page properties---------------------------------*/
td {
	font-family: Arial, Verdana, Helvetica;
}

body {
	background: #FFFFFF;
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
}

hr {
	color: #525252;
	line-height: 1px;
	border: 1px;
}
/*--main-------------------------------------------*/
.main {
	border-right: solid 2px #B2B2B2;
	border-left: solid 2px #B2B2B2;
	border-bottom: solid 2px #B2B2B2;
}

.capitalize {
	text-transform: capitalize;
}

/*--header menu------------------------------------*/
.header-menu {
	font-size: 12px;
	color: #000000;
	text-align: right;
}

.header-menu a {
	color: #000000;
	text-decoration: none;
}

.header-menu a:hover {
	color: #065BC4;
	text-decoration: none;
	cursor: hand;
}

.header-menu a:active {
	color: #000000;
	text-decoration: none;
}


/*--middle----------------------------------------*/
.middle {
	background: #FFFFFF;
	border-right: solid 2px #B2B2B2;
}

.middle-title {
	color: #838383;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}

.middle-subtitle {
	background: #FFFFFF;
	color: #353535;
	font-weight: bold;
	font-size: 11px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.middle-menu {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 1px #000000;
}

.middle-menu a {
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}

.middle-menu a:hover {
	color: #0877D7;
	text-decoration: none;
	cursor: hand;
}

.middle-menu a:active {
	color: #525252;
	text-decoration: none;
}

.middle-info {
	color: #353535;
	font-size: 13px;
}

.middle-info a {
	color: #065BC4;
	font-weight: bold;
	text-decoration: underline;
}

.middle-info a:hover {
	color: #ED0000;
	font-weight: bold;
	text-decoration: underline;
}

.middle-info a:active {
	color: #065BC4;
	font-weight: bold;
	text-decoration: none;
}


/*--footer------------------------------------------*/
.footer-menu {
	background: #E9EBF0;
}

.footer-bottom {
	background: #F0F1F6;
}

.bottommenu {
	color: #7F7F7F;
	font-size: 12px;
}

.bottommenu a {
	color: #7F7F7F;
	text-decoration: none;
}

.bottommenu a:hover {
	color: #000000;
	text-decoration: underline;
}

.bottommenu a:active {
	color: #7F7F7F;
	text-decoration: none;
}

.copyright {
	color: #BEBEBE;
	font-size: 10px;
}
.copyright a {
	color: #BEBEBE;
	text-decoration: none;
}

.copyright a:hover {
	color: #000000;
	text-decoration: underline;
}

.copyright a:active {
	color: #BEBEBE;
	text-decoration: none;
	
/*--SPECIAL------------------------------------------*/

.hp-news {
	color: #A79879;
	font-size: 11px;
}