body {
	margin:0px;
}
.date{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #db0d2d;
	text-decoration: none;
}
.news_header{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
.news_text{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.slogan_text{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #656565;
	text-decoration: none;
}
.down_title_bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.down_title_normal{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #585757;
	text-decoration: none;
}
.down_text_normal{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #585757;
	text-decoration: none;
}
.down_text_bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #585757;
	text-decoration: none;
}
.top_bg{
	background-image:url(images/top_bg.gif);
}
.welcome_bg{
	background-image:url(images/welcome_bg.gif);
}
.footer_bg{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
}
.footer_text{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #585757;
	text-decoration: none;	
}
/* Down Part */
a:link.down {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #585757;
	text-decoration: none;
}
a:visited.down {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #585757;
	text-decoration: none;
}
a:hover.down {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #db0d2d;
	text-decoration: underline;
}
a:active.down {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #585757;
	text-decoration: none;
}
/* welcome Part */
a:link.welcome {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
a:visited.welcome {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
a:hover.welcome {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}
a:active.welcome {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

/*  menu */
.MainMenu_MenuContainer {
    table-layout: fixed;
    background-color: #ffffff;
    height: 25px;
    width: 100%;

}
.MainMenu_MenuBar {
	text-align: center;
}

.MainMenu_MenuBreak,.MainMenu_MenuIcon, .MainMenu_MenuArrow, .MainMenu_MenuRootArrow{
    display:none;
}

.MainMenu_SubMenu {
	width:225px;
	
}
.MainMenu_MenuItem {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border:none;
	height:25px;
	width:225px;
	white-space: nowrap;
	border-bottom:dotted 1px #cccccc;
	border-top:dotted 1px #cccccc;
	background-color:#FFFFFF;
	
}


.MainMenu_MenuItemSel{
	background-color:#E0E0E0;
	font-family: Tahoma;
	font-weight: normal;
    font-size: 11px;
    color: #db0d2d;   
	height:25px;
	width:225px;
    white-space: nowrap;
	border-bottom:dotted 1px #cccccc;
	border-top:dotted 1px #cccccc;
	
}


.MainMenu_RootItem {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	border:none;
	height:25px;
	white-space: nowrap;
	text-align:center;
	text-transform: uppercase;
	border-bottom:dotted 1px #cccccc;
	border-top:dotted 1px #cccccc;
	background-repeat: no-repeat;
	background-position:left;
	background-image: url(images/menu_separator.gif);
}

.RootItem_Hover {
	background-color: #E0E0E0;  
	color: #db0d2d;   
	font-weight: bold;	
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	height:25px;
	text-transform: uppercase;
	background-image:none;
	border-bottom:dotted 1px #cccccc;
	border-top:dotted 1px #cccccc;
}
/* Side Menu */
td.side_normal 
{
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	height:25px;
	padding-left:10px;
width:100%;
}
td.side_current{
border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	height:25px;
	padding-left:10px;
	width:100%;
}

.side_normal, .side_normal A, .side_normal A:visited, .side_normal A:active, .side_current,  .side_current A:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align:left;	
	width:100%;
	white-space: nowrap;
	vertical-align: middle;
	
}
td.side_over
{
	vertical-align:middle;
	height:25px;
	padding-left:10px;
	width:100%;
}
.side_over{
	font-family: Tahoma;
	font-size: 11px;
	color: #db0d2d;
	text-align:left;
	height:25px;
	width:100%;
	vertical-align: middle;
	background-color: #f0f0f0;
}

.side_header {
	display:none;	
}

.home, a.home:link, a.home:active,  a.home:visited
{
	color: #003366;
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma;
}
 a.home:hover
{
	color: red;
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma;
}
.error
{
	color: red;
	font-size: 11px;
	font-family: Tahoma;
}
