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

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images_gwb/bg_purple.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 14px;
	color: #76469C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #76469C;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #006600;
}
.header {
font-family: "Verdana", Helvetica, sans-serif;
font-size: 14px;
	width: auto;
	height: 60px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Verdana", Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #4E0E80;
}
h2 {
	font-size: 18px;
	color: #4E0E80;
}
h3 {
	font-size: 14px;
	color: #4E0E80;
}
h4 {
	font-size: 18px;
	color: #333333;
}
h5 {
	font-size: 14px;
	color: #333333;
}
h6 {
	font-size: 14px;
	color: #333333;
}