/* CSS Document */
.font7 {
	font-family:'Arial';
	font-size: 7pt;
}

.font7b {
	font-family:'Arial';
	font-size: 7pt;
	font-weight:bold;
}
.font8 {
	font-family:'Arial';
	font-size: 8pt;
}

.font8b {
	font-family:'Arial';
	font-size: 8pt;
	font-weight:bold;
}

.font9 {
	font-family:'Arial';
	font-size: 9pt;
	color: #1A151B;
}
	 
.font9b {
	font-family:'Arial';
	font-size: 9pt;
	font-weight:bold;
	color: #1A151B;
}

.font10 {
	font-family:'Arial';
	font-size: 10pt;
}

.font10b {
	font-family:'Arial';
	font-size: 10pt;
	font-weight:bold;
}
  
.font11b{
	font-family:'Arial';
	font-size: 11pt;
	font-weight:bold;
}
.font12b{
	font-family:'Arial';
	font-size: 12pt;
	font-weight:bold;
	color:#A57173;
}

.txt{
		font-family:'Arial';
        font-size: 9pt;
		border-color:#FF66A4;
		background: #CC9999;
}

.rbtn{
	border-color: #F3ACCC;
	background: #C19799;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	font-family:'Arial';
}

.btn{
	border-color: #F3ACCC;
	background: #A57173;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	font-family:'Arial';
}

.delete_btn{
	border-color: #FFFFFF;
	background: #7E404B;
	font-size: 12px;
	font-weight:bold;
	color: #1A151B;
	font-family:'Arial';
}

a { text-decoration: none; color: #1A151B; font-size:12px; font-family:Arial; font-weight:bold;}
a:link {text-decoration: none; border: none; color: #1A151B; font-size:12px; font-family:Arial; font-weight:bold;}
a:hover {text-decoration: none; color:#FF0066; font-size:12px; font-family:Arial; font-weight:bold;}
a:active {text-decoration: none; color: #1A151B; font-size:12px; font-family:Arial; font-weight:bold;}


.menulink {
	text-decoration: none; 
	color:#000000;
	font-family:'Arial';
	font-size: 10pt;
	font-weight:bold;
}

.mouseoverrow {
	text-decoration: none; 
	color:#A57173;
	font-family:'Arial';
	font-size: 10pt;
	font-weight:bold;
}

table{ padding-left:5px; padding-right:5px;}
.normal { font-size:9pt; font-family:'Arial'; font-weight:bold;}
.normalActive { background-color: #C19799; color: #FF0066; font-size:9pt; font-weight:bold; font-family:'Arial';}

.pageborder{
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
}

.li {
	font-family:'Arial';
	font-size: 10pt;
	font-weight:bold;
}

.col_title {
	font-family:'Arial';
	font-size: 10pt;
	font-weight:bold;	
	color: #7E404B;

}

.menu_title {
	font-family:'Arial';
	font-size: 11pt;
	font-weight:bold;
	color: #7E404B;

}

.header_title {
	font-family:'Arial';
	font-size: 11pt;
	font-weight:bold;
	color: #7E404B;

}


.legend_style {
	font-family:'Arial';
	font-weight:bold;
	font-size: 10pt;
	
}