/* Global Declorations */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 5px;
}

A:link {color:#000; text-decoration: underline}
A:visited {color:#333; text-decoration: underline}
A:visited:hover {color:#000; text-decoration: underline}
A:active {color:#000; text-decoration: underline}
A:hover {color:#000; text-decoration: underline}

h1 {font-size: 20px;}

h2 {font-size: 20px;}
h2 A:link {color:#000; text-decoration: none}
h2 A:visited {color:#000; text-decoration: none}
h2 A:visited:hover {color:#000; text-decoration: underline}
h2 A:active {color:#000; text-decoration: none}
h2 A:hover {color:#000; text-decoration: underline}

h3 {
	font-size: 16px;
	margin-bottom: -15px;
	margin-top: 5px;
	line-height: 140%;
}

/* Content Declorations */

.bluefade-box {
	background-color: #74A7C5;
	background-image: url(images/bluefade-box.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 150%;
}
.container {
	background-image: url(images/fade.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-size: 10px;
}
.sidebar {
	font-size: 12px;
	line-height: 150%;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}