/* CSS Document */
/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
.menub{
	position:relative;
	padding:0 0 0 14px;
	margin:0 auto 0 auto;
	background:url(menub_bg.png) repeat-x;
	*background:url(menub_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:98.5%;
}
td, textarea, input, select {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.td1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #005279;
	font-weight: normal;
}
.menub li{
	float:left;
}
.menub li a{
	float:left;
	display:block;
	color:#000000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 18px;
	height:46px;
	line-height:46px;
	text-align:center;
	cursor:pointer;	
}
.menub li a b{
	float:left;
	display:block;
	padding:0 32px 0 19px;
}
.menub li.current a{
	color:#fff;
	background:url(menub_hover_left.png) no-repeat;	
	*background:url(menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menub li.current a b{
	color:#fff;
	background:url(menub_hover_right.png) no-repeat right top;	
	*background:url(menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menub li a:hover{
	color:#fff;
	background:url(menub_hover_left.png) no-repeat;
	*background:url(menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menub li a:hover b{
	color:#fff;
	background:url(menub_hover_right.png) no-repeat right top;
	*background:url(menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}

.textfield
{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C0C0;
	border-right-color: #C1C0C0;
	border-bottom-color: #C1C0C0;
	border-left-color: #C1C0C0;
}
a:link {
	font-size: 9pt; COLOR: #07629f; font-family:  arial, 'MS Sans Serif'; text-decoration: none
}
a:visited {
	font-size: 9pt; COLOR: #07629f; font-family:   arial, 'MS SansSerif'; text-decoration: none
}
a:hover {
	font-size: 9pt; COLOR: #F07800; font-family:   arial, arial; text-decoration: underline
}
.text3 {
	font-family: arial;
	font-size: 12px;
	padding-left:2px;
	padding-bottom:3px;
	font-weight: none
	color: #07629f;
}
.text3bold {
	font-family: arial;
	font-size: 12px;
	padding-left:2px;
	padding-bottom:3px;
	font-weight: bold
	color: #07629f;
}
.text31 {
	font-family: arial;
	font-size: 12px;
	padding-left:2px;
	padding-bottom:3px;
	font-weight: none;
	color: #ffffff;
.text31:link {
	font-size: 9pt; COLOR: #ffffff; font-family:  arial, 'MS Sans Serif'; text-decoration: none
}

.text31:visited {
	font-size: 9pt; COLOR: #ffffff; font-family:   arial, 'MS SansSerif'; text-decoration: none
}
.text31:hover {
	font-size: 9pt; COLOR: #ffffff; font-family:   arial, arial; text-decoration: underline
}
}


.text4 {
	font-family: Arial;
	font-size: 16px;
	padding-left:10px;
	font-weight: bold;
	color: #F07800;
}
.text_title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F07800;
}
.text5 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: C6C6C6;
}
.text6 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #005279;
}


