td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;
	color: #626469;
}

a{
	text-decoration:none;
}

a:link {color: #CA992C}     /* unvisited link */
a:visited {color: #CA992C}  /* visited link */
a:hover {color: #CA992C}   /* mouse over link */
a:active {color: #CA992C}   /* selected link */

a.topmenu:link {color: #767A7D}     /* unvisited link */
a.topmenu:visited {color: #767A7D}  /* visited link */
a.topmenu:hover {color: #CA992C}   /* mouse over link */
a.topmenu:active {color: #CA992C}   /* selected link */

a.lnk:link {color: blue}     /* unvisited link */
a.lnk:visited {color: blue}  /* visited link */
a.lnk:hover {color: #CA992C}   /* mouse over link */
a.lnk:active {color: blue}   /* selected link */

.top_menu{
	background-image:url(images/new/top_menu_bck.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #767A7D;
	text-align: right;
}
.text_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CA992C;
}
.sec_title {
	background-image: url(images/new/sectiontitlebg.png);
	background-repeat: repeat-x;
	height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CA992C;
	white-space: nowrap;
}

.sec_title_left {
	background-image:url(images/new/sectiontitlebgtopleft.png);
	heigth:28px;
	width:11px;
	background-repeat: no-repeat;
	background-position: left;
}

.sec_title_right {
	background-image:url(images/new/sectiontitlebgtopright.png);
	heigth:28px;
	width:11px;
	background-repeat: no-repeat;
	background-position: right;
}

.sec_bottom_left{
	background-image:url(images/new/bottomleft.png);
	background-position:left bottom;
	width: 11px;
}

.sec_bottom_right{
	background-image:url(images/new/bottomright.png);
	background-position:right bottom;
	width: 11px;
}

.sec_bottom{
	border-bottom:1px solid #406da5;
}

.sec_left{
	border-left:1px solid #406da5;
}

.sec_right{
	border-right:1px solid #406da5
}