body {
        margin: 0px 0px 0px 0px;
	    font-family: Trebuchet MS, Tahoma, Arial;
        font-size: 14px;
}

a { color: #222222; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }

h1 { margin: 0px; padding: 0px; font-size: 24px; font-weight: normal; }
h2 { font-size: 16px; color: #2f7ba8; font-weight: normal; }

ul li { list-style: square; }
ul li li { list-style: square; }

.Heading { color: #666666; font-size: 16px; }
.HeadingBar { font-size: 18px; border-bottom: 1px solid #CCCCCC; padding: 0px 0px 4px 0px; }

.icon { width: 90px; }
.listItems { list-style: none; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px; }
.listItems li { padding: 4px 0px 0px 0px; }
.listItemHeading { color: #0086cf; font-size: 18px; }
.listItemBullet { vertical-align: middle; margin-right: 4px; }

.textbox {
	background-color: #FFFFFF;
	background-image: url(../images/layout/textbox_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #666666;
	border:solid 1px #CCCCCC;
	padding: 3px 4px 3px 4px;
	width: 250px;
}

.button { background-color: #000000; height: 22px; border: 1px solid #CCCCCC; background-repeat: repeat-x; font-family: Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold; }

.menuPanel{ width: 200px; float: right; }

.search_box_input { border: 0px solid #CCCCCC; background-color: Transparent; font-size: 20px; color: #666666; }

.pageLink a:link, .pageLink a:visited { display: block; width: 20px; height: 20px; background-color: #f2f2f2; background-image: url(../images/layout/paging_bg.gif); border: 1px solid #333333; padding: 2px; color: #666666; text-align: center; font-size: 16px; cursor: pointer; }
.pageLink a:hover, .pageLink a:active { display: block; border: 1px solid #666666; padding: 2px; color: #666666; }
.pageLinkOn a:link, .pageLinkOn a:visited { display: block; width: 20px; height: 20px; background-color: #333333; background-image: url(../images/layout/paging_bgOn.gif); border: 1px solid #FFFFFF; padding: 2px; color: #FFFFFF; text-align: center; font-size: 16px; font-weight: bold; cursor: pointer; }
.pageLinkOn a:hover, .pageLinkOn a:active { display: block; padding: 2px; color: #EEEEEE; }

.breadcrumbs { font-size: 14px; }

/* CSS Button style */
a.squarebutton{
background: transparent url('../images/layout/buttons/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 16px Tahoma;
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background as seen below... */
height: 26px; /* Height of button background height */
padding-left: 9px; /* Width of left button border image */
text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton { color: #FFFFFF; /*button text color*/ }
a.squarebutton span { background: transparent url('../images/layout/buttons/square-gray-right.gif') no-repeat top right; display: block; padding: 4px 20px 4px 11px; /*Set 9px below to match value of 'padding-left' value above*/ }
a.squarebutton:hover{ background-position: bottom left; }
a.squarebutton:hover span { background-position: bottom right; color: #CCCCCC; }
.buttonwrapper { overflow: hidden; width: 100%; }
/* END CSS Button */