@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #610099;
}
a:link {
	color: #610099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #610099;
}
a:hover {
	text-decoration: none;
	color: #0092ff;
}
a:active {
	text-decoration: none;
	color: #610099;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	text-shadow:#000 1px 1px 1px;
	color: #610099;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
#headercont {
	background-color: #FFF;
	height: 70px;
	width: 100%;
}
.head {
	color: #610099;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 1px;
}
img {
	border:0px;
}
#shadow {
	height: 15px;
	width: 100%;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
#whiteshadow {
	height: 15px;
	width: 800px;
	background-image: url(images/whiteshadow.png);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}
ul {
  list-style-type: circle;
  margin-left: 0px;
  padding-left: 20px
}
