/* CSS Document */
td {
	font-family:Tahoma;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

h1 {
	font-family:Tahoma;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

.level2_menu:link, .level2_menu:visited, .level2_menu:active {
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration: none; 
	color: #000000;
	text-align:right;
	padding-right:10px;
}
.level2_menu:hover {
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration: underline; 
	color: #F09C16;
	text-align:right;
	padding-right:10px;
}

.level2_menu_selected:link, .level2_menu_selected:visited, .level2_menu_selected:active, .level2_menu_selected:hover {
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration: underline; 
	color: #7da334;
	text-align:right;
	padding-right:10px;
}

.bottom_menu:link, .bottom_menu:visited, .bottom_menu:active {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration: none; 
}

.bottom_menu:hover {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	text-decoration: underline; 
	color:#000000;
}

.sub_menu_td{ 
	background-image: url("../images/left_main.jpg");
	background-repeat: repeat-y;
	background-position: right;
	cursor:pointer; 
	color:#000000; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold;
	text-align: right;
	padding-right:25px;
} 
.sub_menu_selected{ 
	background-image: url("../images/left_main_select.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	color:#7da334; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold;
	text-align: right;
	padding-right:25px;
} 
.sub_menu_over{ 
	background-image: url("../images/left_main_select.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	color:#F09C16; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold;
	text-align: right;
	padding-right:25px;
} 
.sub_menu_empty{ 
	background-image: url("../images/left_main.jpg");
	background-repeat: repeat-y;
	background-position: right;
} 
.top_menu_td{
	background-image: url("../images/top_bg.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	cursor:pointer; 
	color:#000000; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold;
}
.top_menu_over{ 
	background-image: url("../images/top_selected_bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor:pointer;
	color:#F09C16; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold;
} 
.top_menu_selected{ 
	background-image: url("../images/top_selected_bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor:pointer;
	color:#7da334; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold;
} 
.top_menu_empty{ 
	background-image: url("../images/top_bg.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
} 
.bottom_td{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	background:#DCE9CB;
	border-top-color:#DCE9CB; 
	border-top-style:solid; 
	border-top-width:2px
}

.input {font-family: Tahoma; color: #333333; font-size: 11px; padding:2px; text-align:left;
         border-style: solid; border-top-width: 1px;  border-right-width: 1px; border-bottom-width: 1px; 
		 border-left-width: 1px; background-color:#FFFFFF; border-color:#7da334; font-weight:normal; width:95%;}

.submit {font-family: Tahoma; color: #333333; font-size: 11px; padding:2px; text-align:center;
         border-style: solid; border-top-width: 1px;  border-right-width: 1px; border-bottom-width: 1px; 
		 border-left-width: 1px; background-color:#FFFFFF; border-color:#7da334; font-weight:bold;
		 cursor:pointer;  padding:3px 0px 3px 0px; width:10em;}
