BODY {
	background: #FFFFFF url(images/bg.gif);
}
td {  
	font: 11px Tahoma, Arial; 
	color: #565656;
}

a {
	text-decoration: none;
	color: #2171A2;
}

.footer a {
	padding: 0px 10px;
}

.redtext {
	color: #712514;
}
.whitetext {
	color: #ffffff;
}
.blacktext {
	color: #000000;
}
.greytext {
	color: #757575;
}
.greentext {
	color: #008A90;
}
.yellowtext {
	color: #EAF25E;
}
.orangetext {
	color: #F75B00;
}
.rosetext {
	color: #D6738F;
}
.bluetext {
	color: #2171A2;
}

p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #C0CDD1;
	font-weight: bold;
	margin: 0px;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
.px11 {
	font: normal 11px Tahoma, Arial;
}
.px10 {
	font: normal 10px Tahoma, Arial;
}

a.whitelink {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:hover {
	text-decoration: none;	
}
a.blacklink {
	font: normal 11px Tahoma, Arial;
	color: #212B35;
	text-decoration: underline;
}
a.blacklink:hover {
	text-decoration:none;	
}

a.bluelink {
	color: #638FA9;
	text-decoration: underline;	
}
a.bluelink:hover {
	text-decoration: none;	
}

a.orangelink {
	color: #F3800D;
	text-decoration: underline;
	font: normal 11px Tahoma, Arial;
}
a.orangelink:hover {
	text-decoration: none;	
}
a.greylink {
	color: #747877;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.greylink:hover {
	text-decoration: none;	
}

a.greenlink {
	color: #008A90;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.greenlink:hover {
	text-decoration: none;	
}
a.roselink {
	color: #FFEBCC;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.roselink:hover {
	text-decoration: none;	
}
a.yellowlink {
	color: #EAF25E;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.yellowlink:hover {
	text-decoration: none;	
}

.footer a {
	padding: 0px 10px;
}

















div#menu {
	width: auto;
	padding: 99px 0px 0px 0px;
	clear: both;
}

div#menu .menu-m {
	height: 45px;
	background: url(../images/menu_m.png) 0 0 repeat-x;
}
/* menu */
div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#menu li {
	float: left;
	display: block;
}

div#menu li a {
	float: left;
	display: block;
	height: 45px;
	width: 125px;
	border-right: 3px solid #191919;
	line-height: 135px;
	overflow: hidden;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

div#menu li.active a {
	text-decoration: underline;
}

div#menu li a:hover {
}

div#menu li a span{
	display: block;
	height: 45px;
	text-indent: 10px;
}


/* sub and other menu */
#left div.moduletable_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #c8c8c8;
}

#left div.moduletable_menu li {
	display: block;
}

#left div.moduletable_menu li a, #left div.moduletable_menu li span.separator {
	height: 17px;
	display: block;
	line-height: 17px;
	text-decoration: none;
	color: #4b4b4b;
}

#left div.moduletable_menu li a.level1 span {
	display: block;
	height: 17px;
	background-position: -17px -4px;
}

#left div.moduletable_menu li#current a {
	font-weight: bold;
}

#left div.moduletable_menu li#current li a {
	font-weight: normal;
}

#left div.moduletable_menu li a:hover, #left div.moduletable_menu li span.separator:hover, #left div.moduletable_menu li span.sfhover {
	color: #be0000;
}

#left div.moduletable_menu li#current li a:hover, #left div.moduletable_menu li#current li span.separator:hover, #left div.moduletable_menu li#current li span.sfhover {
	color: #be0000;
}

#left div.moduletable_menu li.level1 {
	background: url(../images/submenu_level2_item_bg.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.level1 a, #left div.moduletable_menu li.level1 span.separator {
	padding: 3px 0px 5px 15px;
}

#left div.moduletable_menu li.level1 a:hover {
	background: url(../images/submenu_level2_item_hover.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.active a {
	background: url(../images/submenu_level2_item_active.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.parent {
	background: url(../images/submenu_level2_parent.png) 0 0 no-repeat;
	cursor: pointer;
}

#left div.moduletable_menu li.parent span.separator:hover, #left div.moduletable_menu li.parent span.sfhover {
	background: url(../images/submenu_level2_parent_hover.png) 0 0 no-repeat;
}

#left div.moduletable_menu ul.accordion {
	height: 0pt;
	overflow: hidden;
	visibility: hidden;
}

#left div.moduletable_menu li.active ul.accordion {
	height: auto;
	overflow: visible;
	visibility: visible;
}

#left div.moduletable_menu li.level1 ul {
	background: url(../images/submenu_level3_bg.png) 0px 0px repeat-y;
}

#left div.moduletable_menu li.level2 a {
	background: url(../images/submenu_level3_item_bg.png) 15px 4px no-repeat;
	padding: 3px 0px 3px 30px;
	width: 160px;
}

#left div.moduletable_menu li.level2 a:hover {
	background: url(../images/submenu_level3_item_bg.png) 15px 4px no-repeat;
}

#left div.moduletable_menu li.level1 li.parent {
	background: none;
}

#left div.moduletable_menu li.level3 a {
	background: url(../images/submenu_level4_item_bg.png) 30px 4px no-repeat;
	padding: 3px 0px 3px 45px;
	width: 145px;
}

#left div.moduletable_menu li.level3 a:hover {
	background: url(../images/submenu_level4_item_bg.png) 30px 4px no-repeat;
}

#left div.moduletable_menu li.level4 a  {
	background: url(../images/submenu_level5_item_bg.png) 45px 4px no-repeat;
	padding: 3px 0px 3px 60px;
	width: 130px;
}

#left div.moduletable_menu li.level4 a:hover  {
	background: url(../images/submenu_level5_item_bg.png) 45px 4px no-repeat;
}/*