/* CSS Document */
body{
	background-color: #0089b3;
	background-image: url(/web-dev/images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838487;
	list-style-image: url(/web-dev/images/bullet-image.jpg);
	list-style-position: outside;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #949496;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949496;
	background-image: url(/web-dev/images/header-back3.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	background-position: top;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #949496;
}

.pageTitle{
	font-size: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #9C9BA0;
}

.width100Percent{
	width: 100%;
}

a:link{
	text-decoration: none;
	color: #0193CF;
}
a:visited{
	text-decoration: none;
	color: #0193CF;
}
a:hover{
	color: #02A8DA;
	text-decoration: underline;
}
a:active{
	text-decoration: none;
}
#link a:link{
	text-decoration: none;
	color: #6c6e70;
}
#link a:visited{
	text-decoration: none;
	color: #6c6e70;
}
#link a:hover{
	color: #000000;
}
#link a:active{
	text-decoration: none;
}
