body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4687B7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4687B7;
}
a:hover {
	text-decoration: underline;
	color: #4687B7;
}
a:active {
	text-decoration: none;
	color: #4687B7;
}
a.navlink:link {
	text-decoration: none; 
	color: #73AAD3
}
a.navlink:visited {
	text-decoration: none; 
	color: #73AAD3
}
a.navlink:active {
	text-decoration: underline; 
	color: #73AAD3
}
a.navlink:hover { 
	text-decoration: underline; 
	color: #73AAD3
}
a.textlink:link {
	text-decoration: none; 
	color: #6D6D6D
}
a.textlink:visited { 
	text-decoration: none; 
	color: #6D6D6D
}
a.textlink:active {
	text-decoration: underline; 
	color: #6D6D6D
}
a.textlink:hover { 
	text-decoration: underline; 
	color: #6D6D6D
}
.txt-11pt {
	font-size: 11px;
}
.txt-gray-11pt {
	font-size: 11px;
	color: #9B9B9B;
}
.header-small {
	font-size: 14px;
	font-weight: bold;
	color: #545454;
}
.txt-orange-italic {
	font-style: italic;
	font-weight: bold;
	color: #FD9362;
}
.map-bg1 {
	background-image: url(../images/map_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.map-bg2 {

	background-image: url(../images/map_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header-big {

	font-size: 18px;
	color: #545454;
}
.txt-news-date {
	font-size: 11px;
	font-weight: bold;
	color: #6D6D6D;
}
.txt-news-date-hot {

	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* --------------------------------------------- ADDED-------------------- */

.mark {
    font-family: Verdana;
    font-size:12px;
    color: #F4844A;
    font-weight: bold;
    text-decoration: none;
}

.header{
    font-family: Verdana;
    font-size: 14;
    color: #000010;
    font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

.submit {
    font-family: Verdana;
    font-size: 12;
    color: #505050;
    background-color: #FFFFDD;
    border: 1px solid #FEDCBA;
}

.tr-gray{
    background-color:#EEEEEE;
}

.tr-white{
    background-color:#FFFFFF;
}

img {
    border: 0px;
}

input {
    border: 1px solid #D0D0D0;
    background-color: #FFFFFF;
}


