/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.left_bg {
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right_bg {
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tahoma20 {
	font-family: tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #220021;
	text-decoration: none;
}
.tahoma18 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #220021;
	text-decoration: none;
}
.tahoma_menu {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.tahoma_menu:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5C1E5B;
	text-decoration: none;
}

/*MENU*/

.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR,.MainMenu_MenuBreak, .MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid; 
	background-color:transparent; 
	width:auto; 
	filter:none;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	
}

.MainMenu_MenuContainer{
	padding:0px 0 0 0;
	float:left;
	margin:0px 0 0 0;
}
.MainMenu_SubMenu {
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 1px solid;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	

}

.MainMenu_SubMenu TD{
	border-left:0; 
	border-bottom:0; 
	border-top:0; 
	border-right:0;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
		
}

.MainMenu_SubMenu .MainMenu_MenuIcon , .MainMenu_SubMenu .MainMenu_MenuArrow{
	display:none;
}
.MainMenu_MenuItem{
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:0;
	text-transform: uppercase;	
}
.MainMenu_MenuItemSel{
	font-family:Tahoma;
	color:#5C1E5B;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:0;
	text-transform: uppercase;
	height: 38px;
}
.MainMenu_SubMenu .MainMenu_MenuItem{
	border-left:  #E5E5E5 0px solid; 
	border-bottom:  #E5E5E5 0px solid; 
	border-top:  #E5E5E5 0px solid; 
	border-right: #E5E5E5 0px solid; 
	background-image:none;
	background-color: #FFFFFF;
	height:20px;
	color:#000000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
		
	text-align:left;
	padding:0 10px 0 5px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel{
	border-left:  #CCCCCC 0px solid;
	border-bottom:  #CCCCCC 0px solid;
	border-top:  #CCCCCC 0px solid;
	border-right: #CCCCCC 0px solid;
	background-color: #D8D8D8;
	background-image:none;
	color:#5C1E5B;
	height:20px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	
	text-align:left;
	padding:0 10px 0 5px;
	text-transform: uppercase;
}

.searchbg{
	margin:0;
	padding:0;
	background-image: url(images/search_r.gif);
	background-repeat: no-repeat;
    background-position: right top;
}
#dnn_dnnSEARCH_txtSearch {
	width:166px;
    font-family:Tahoma;
	font-size:12px;
	color:#000000;
	float:left;
	border:1px solid #D4D4D4;
    padding:5px 5px 0 0;
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
    background-position: right center;
    height:27px;
}
.tahoma12_bld {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tahoma12_bld:active {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tahoma12_bld:link{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tahoma12_bld:visited{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tahoma12_bld:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.tahoma12 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}