.site_border 
{
    border-style:none;
    border-collapse:collapse;
}
.left_menu_border 
{
    border-style:none;
    border-collapse:collapse;
}
.search_text_area 
{
    border-style:none;
    border-collapse:collapse;
}
.normal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align:left;
	padding: 10px 10px 10px 10px;
	
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005b8f;
	text-decoration: underline;
}
.more:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
.bottom_greay_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.box_title {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.box_title_caps {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #33cccc;
	text-decoration: none;
}

.right_white_border {
	border-right-width: 3px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.red_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.bottom_dot_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.white_border {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
}
.link_main {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.link_main:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link_wip {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.link_wip:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.blank_table {
    table-layout: fixed;
    border-style:none; 
    border-width:1px;
    border-color:Fuchsia;  
       
    border-spacing:0px; 
    padding: 0px 0px 0px 0px; 
    border-collapse:collapse; 
}
    
.right_greay {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}

.gray_table {
	background-color:#EEEEEE;
	border-style:solid;
	border-width:2px;
	border-color:White;
}
