font         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1           {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 175%;
	font-weight: bold;
}
h2           {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 140%;
}
h3           {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 130%;
}
h4           { font-family: Arial, Helvetica, sans-serif}
h5           { font-family: Arial, Helvetica, sans-serif}
h6           { font-family: Verdana, Arial, Helvetica, sans-serif}
p            { font-family: Verdana, Arial, Helvetica, sans-serif}
a           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
td           { font-family: Verdana, Arial, Helvetica, sans-serif}

hr {color:#CC0000}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 165px; /* Width of Menu Items */
font-size: 90%;
font-weight : bold;
line-height: 140%;
}	

.suckerdiv ul li{
position: relative;
}	

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
font-size: 100%;
background: #FFFFFF;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color : #FFFFFF;
text-decoration: none;
padding: 1px 5px;
background: #000066;
}

.suckerdiv ul li a:hover{
background-color: #999999; /* Hover over background colour*/
color: white;   /* text hovered over all levels*/
}

.suckerdiv .subfolderstyle{
background: #000066 url(arrow-list.gif) no-repeat center right;
}	

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.blue {
	color: #0000FF;
	font-style: italic;
}

.green {
	color: #317D63;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
}
.small {
	font-size: 80%;
}
.whitesmall {
	font-size: 83%;
	color: #FFFFFF;
}
.greensmall {
	font-size: 80%;
	color: #008000;
}
.whitelarge {
	font-size: 110%;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.smallvery {
	font-size: 70%;
}
.greenlarge {
	font-size: 150%;
	color: #008000;
}
.large {
	font-size: 120%;
}
.clear {clear:both;
}

