@charset "utf-8";
/* CSS Document */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.belldiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background:  #ffffff;
}
	
.belldiv ul li{
position: relative;
}
	
/*Sub level menu items */
.belldiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.belldiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background:  #f0f0f4;
padding: 1px 5px;
border: 1px solid #333;
border-bottom: 0;


}

.belldiv ul li a:visited{
color: black;
}

.belldiv ul li a:hover{
background-color: #999;
}

.belldiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .belldiv ul li { float: left; height: 1%; }
* html .belldiv ul li a { height: 1%; }
/* End */

p{font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #ed1c24;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;	
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #335c8d;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.table-border {
	background-color: #F0F0F4;
	border: 1px solid #999999;
	padding:4px
	
}
.bullet {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 24px;
	margin-left: 4px;

}
.news {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.footer, .footer:active, .footer:link, .footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}


.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}
.color, .color:active, .color:link, .color:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}


.color:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}