@charset "utf-8";
/* Direct CSS */
body {
	text-align: center;
}
/* Class CSS */
.horizontal_center {
	text-align:center;
}
.horizontal_left {
	text-align: left;
}
.horizontal_right {
	text-align: right;
}
.vertical_center {
	/*vertical-align: middle;*/
}
.vertical_top {
	vertical-align: top;
}
.vertical_bottom {
	vertical-align:bottom ;
}

.bg_gradiant_Lower {
	background-image:url(../images/Lower_Edge_Gradiant.jpg);
	background-repeat:repeat-x;
}
.bg_gradiant_right {
	background-image:url(../images/Right_Edge_Gradient.jpg);
	background-repeat:repeat-y;
}
.bg_gradiant_Upper {
	background-image:url(../images/Upper_Edge_Gradient.jpg);
	background-repeat:repeat-x;
}
.bg_gradiant_Left {
	background-image:url(../images/Left_edge_Gradiant.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.master_table {
	width: 100%;
	height: 378px;
	overflow: hidden;
	text-align: left;
}
.menu_NonSelected {
	color: #6d6e71;
}
.menu_Selected {	
	color: #132C4E;
}
.menu_td {
	text-align:center;
}
.menu_font {
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:7pt;
	letter-spacing: 1px;
}

.header_font {
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11pt;
	padding-left:3px;
	padding-top: 3px;
	letter-spacing: 1px;
	color: #132C4E;
}

.submenu_font {
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:8pt;
	letter-spacing: 1px;
}
.submenu_font:hover {
	text-decoration: underline;
}
.menu_font:hover{
	text-decoration: underline;
}

.padding_top_Bottom_10 {
	padding-top: 2px;
	padding-bottom: 2px;
};

/* ID CSS */
#lower_right_gradiant {
	width:29px;
	height:29px;
}