body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
/* Menu-Styles */
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
	 color: #ffffff;
    background-color: #000000;
    BORDER-RIGHT: #960C09 1px solid; 
    BORDER-TOP: #960C09 1px solid; 
    BORDER-LEFT: #960C09 1px solid; 
    BORDER-BOTTOM: #960C09 1px solid; 
}
.SkinObject{
    font-weight: bold;
    font-size: 8.5pt;
    color: #D87011;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link{
    text-decoration: none;
    color: #D87011;
}
A.SkinObject:visited{
    text-decoration: none;
    color:#D87011;
}
A.SkinObject:active{
    text-decoration: none;
    color:#D87011;
}
A.SkinObject:hover{
    text-decoration: none;
    color:#D87011;
}
/* style for module titles */
.Head{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #D87011;
}
/* style of item titles on edit and admin pages */
.SubHead{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #D87011;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #D87011;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled{
   font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-weight: normal;
   font-size: 11px;
   color: #D87011;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color:#D87011;
}
/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 color: #D87011;
}
/* text style used for error messages */
.NormalRed{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color: #D87011;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #D87011;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link{
    text-decoration: underline;
    color: #D87011;
}
A.CommandButton:visited{
    text-decoration: underline;
    color: #D87011;
}
A.CommandButton:active{
    text-decoration: underline;
    color: #D87011;
}
A.CommandButton:hover{
    text-decoration: underline;
    color: #ff0000;
}
/* button style for standard HTML buttons */
.StandardButton{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background: #D6D3DC;
	color: #D87011;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}    
/* GENERIC */
H1{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:20px;
    font-weight: normal;
    color: #D87011;
}
H2{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:20px;
    font-weight:normal;
    color: #D87011;
}
H3{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:12px;
    font-weight:normal;
    color: #D87011;
}
H4{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:11px;
    font-weight: bold;
    color:#D87011;
}
H5, DT{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:11px;
    font-weight: bold;
    color: #D87011;
}
H6{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    color: #D87011;
}
TFOOT, THEAD{
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:12px;
    color: #D87011;
}
TH{
    vertical-align: baseline;
    font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #D87011;
}
A:link{
    text-decoration: none;
    color: #D87011;
}
A:visited{
    text-decoration: none;
    color: #D87011;
}
A:active{
    text-decoration: none;
    color: #D87011;
}
A:hover{
    text-decoration:underline;
    color:  #ff0000;
}
SMALL{
    font-size:8px;
}
BIG{
    font-size:14px;
}
BLOCKQUOTE, PRE{
    font-family:Lucida Console, monospace;
}
UL LI{
    list-style-type:square ;
}

UL LI LI{
    list-style-type:disc;
}

UL LI LI LI {
    list-style-type:circle;
}

OL LI{
    list-style-type:decimal;
}

OL OL LI{
    list-style-type:lower-alpha;
}

OL OL OL LI{
    list-style-type:lower-roman;
}
HR{
    color: dimgrey;
    height:1pt;
    text-align:left
}
/**/
.BUSINESS32_menubg{
	background-image: url(BUSINESS32_menu_04bg.jpg);
	height: 51px;
	background-repeat: repeat-x;
}
.BUSINESS32_topbg{
	background-image: url(BUSINESS32_topbg.jpg);
	height: 69px;
	background-repeat: repeat-x;
}
.BUSINESS32_top_leftbg{
	background-image: url(BUSINESS32_top_leftbg.jpg);
	height: 69px;
	background-repeat: no-repeat;
	background-position: right;
}
.BUSINESS32_menuleftbg{
	background-image: url(BUSINESS32_menuleftbg.jpg);
	height: 51px;
	background-repeat: no-repeat;
	background-position: left;
}
.BUSINESS32_menurightbg{
	background-image: url(BUSINESS32_menurightbg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	background-position: right;
}
.BUSINESS32_banner02bg{
	background-image: url(BUSINESS32_banner02bg.jpg);
	height: 194px;
	background-repeat: repeat-x;
}
.BUSINESS32_bannerbgmortgages{
	background-image: url(BUSINESS32_mortgages.jpg);
	height: 194px;
	background-repeat: no-repeat;
	background-position: left;
}
.BUSINESS32_bannerbgregister{
	background-image: url(BUSINESS32registration.jpg);
	height: 194px;
	background-repeat: no-repeat;
	background-position: left;
}
.BUSINESS32_bannerbg{
	background-image: url(BUSINESS32_bannerbg.jpg);
	height: 194px;
	background-repeat: no-repeat;
	background-position: left;
}
.BUSINESS32_banner03bg{
	background-image: url(BUSINESS32_banner03bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 194px;
}
.BUSINESS32_search{
	background-image: url(BUSINESS32_search02.jpg);
	height: 24px;
	width: 196px;
	background-repeat: no-repeat;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.BUSINESS32_search_bg{
	background-image: url(BUSINESS32_search_bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
.BUSINESS32_bottomleftbg{
	background-image: url(BUSINESS32_bottomleftbg.jpg);
	width: 36px;
	height: 72px;
	background-repeat: no-repeat;
}
.BUSINESS32_bottombg{
	background-image: url(BUSINESS32_bottombg.jpg);
	height: 72px;
	background-repeat: repeat-x;
}
.BUSINESS32_bottomrightbg{
	background-image: url(BUSINESS32_bottomrightbg.jpg);
	width: 40px;
	height: 72px;
	background-repeat: no-repeat;
}
/**/
.TopPane{
	padding: 2px 2px 2px 2px;
}
.TopPane02{
	padding: 10px 5px 2px 6px;
}
.LeftPane{
	padding: 3px 6px 2px 11px;
}
.LeftPane02{
	padding: 6px 10px 0px 6px;
}
.ContentPane{
	padding: 2px 2px 2px 2px;
}
.RightPane{
	padding: 2px 2px 2px 2px;
}
.RightPane02{
	padding: 6px 8px 2px 10px;
}
.BottomPane{
	padding: 2x 2px 2px 2px;
}
.BasePane{
	padding: 2px 2px 2px 2px;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background-position: top;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #505050; 
	background-position: top;
	text-align: center; 
	width: 15; 
	height: 23;
	color:#FFFFFF;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_SubMenu {
	 border-bottom: #282828 1px solid; 
	 background-position: top;
	border-left: #282828 1px solid; 
	border-top:#282828 1px solid;  
	border-right: #282828 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF;
	background-color: #505050; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}
.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	background-position: top;
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #505050;
	height: 1px;
	color: #FFFFFF;
}
.ModuleTitle_MenuItemSel {
	background-color: #787878;
	cursor: hand; 
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 8pt; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	height:23px;
	color: #FFFFFF;
}
.ModuleTitle_MenuArrow {
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background-position: top;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 10pt; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	height:23px;
}
.RootItem TD{
	background-color: transparent;
	background-image: url(BUSINESS32_menu_04bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 51px;	
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
.RootItemActive TD{
	background-color: transparent;
	background-image: url(BUSINESS32_menu_04bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 51px;	
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
.RootItemSelected TD{
	background-color: transparent;
	background-image: url(BUSINESS32_menu_02bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 51px;	
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
.RootItemBreadCrumb TD{
	background-color: transparent;
	background-image: url(BUSINESS32_menu_02bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 51px;	
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-position: top;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #505050; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom:#282828 1px solid; 
	border-left: #282828 1px solid; 
	background-position: top;
	border-top: #282828 1px solid;  
	border-right: #282828 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #505050; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	background-position: top;
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: #505050; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #787878;
	cursor: hand; 
	color: #FFFFFF;
	background-position: top;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	border-right: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 10pt; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
	background-position: top;
}
/**/
.login{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
A.login:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.login:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.login:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #505050;
   text-decoration: underline;
}
A.login:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.user{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.user:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.user:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.user:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #505050;
	text-decoration: underline;
}
A.user:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright{
   font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
	font-weight: normal;
}
a.copyright:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.copyright:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.copyright:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color: #505050;
   text-decoration: underline;
}
a.copyright:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
.Terms{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
	font-weight: normal;
}
a.Terms:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Terms:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Terms:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color: #505050;
   text-decoration: underline;
}
a.Terms:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
.Privacy{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
	font-weight: normal;
}
a.Privacy:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Privacy:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Privacy:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color: #505050;
   text-decoration: underline;
}
a.Privacy:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
.BREADCRUMB{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.BREADCRUMB:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.BREADCRUMB:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.BREADCRUMB:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
   font-size: 11px;
   color: #A4201C;
   text-decoration: underline;
}
a.BREADCRUMB:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.currentdate{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
 /**/
 .SearchButton {
   padding: 2px 0px 22px 51px; 
   cursor: hand; 
   font-size:1px;
   margin: 0px;
	background: transparent;
	vertical-align: top;
}
#dnn_dnnSEARCH_txtSearch { 
   text-align: left; 
   vertical-align: middle;
   height:17px; 
   background: transparent; 
   width: 132px; 
   color: #797979; 
   padding: 2px 2px 0px 0px; 
   border: 0px solid #FFFFFF; 
   cursor:text; 
   font-size: 11px; 
   margin: 0px;
 }
 /**/
.container_text01{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a.container_text01:link{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a.container_text01:visited{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a.container_text01:hover{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.container_text01:active{
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.container_text02{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: 20px;
}
.container_text03{
	font-family: Tahoma;
	font-size: 12px;
	color: #C50A07;
	font-weight: bold;
}
.container_text04{
	font-family: Tahoma;
	font-size: 11px;
	color: #929292;
	font-weight: normal;
	line-height: 20px;
}
.container_text05{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
	line-height: 20px;
}
a.container_text05:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
a.container_text05:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
a.container_text05:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}
a.container_text05:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
.container_text06{
	font-family: Tahoma;
	font-size: 11px;
	color: #E9E9E9;
	font-weight: normal;
}
.container_text07{
	font-family: 04b_08;
	font-size: 8px;
	color: #FF0000;
	font-weight: normal;
}
