/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	text-align:justify;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; background-color:#ffffff;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:bold;
}
a:link {
	text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #000;

}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #3044B5;
}
a:active {
	text-decoration:none;
	color: #000;
}





.red{ font-size:13px; color: #FF0000; font-weight:bold;}

.white{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#fff;}

.black1{ font-size:12px; font-weight:normal; color:#000000; line-height:20px;}
.black2{ font-size:11px; font-weight:normal; color:#000000; line-height:20px; text-align:center; padding-top:5px;}

.new{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #043D69;}

.text{ color:#000000; background-color: #CCCCCC; border:1px solid #333333;}
.text1{ color:#000000;  border:1px solid  #996600; width:70px; background-color: #CCCCCC;}
.submit{ color:#ffffff; border:1px solid  #306902; width:50px; background-color: #377b01; font-size:11px; height:21px;}
.view{ color:#ffffff; border:1px solid  #377b01; width:60px; background-color: #306902; font-size:11px; height:23px;}

.head{ font-size:16px; color: #ffffff; font-weight:bold; padding-left:5PX;}
.blue{ font-size:17px; color: #000066; font-weight:bold;}

.blue1{ font-size:21px; color: #000066; font-weight:bold;}


.bg{ background-color:#666666; color:#fff; border:1px solid #CCCCCC;}

.law{ font-size:12px; color:#FFFFFF;}


/* Menu Styles */

.arrowlistmenu{
width: 275px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:12px;
color: white;
background:#2A8FBE;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

background:#2A8FBE;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #104070;
background: url(../../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
color: #104070;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
h3{
background-color:#281571;
color:#FFFFFF;
}

/*----------------------------*/

