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


body {
	background-image: url(/images/img_mainbkgd.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #763CA1;
	font-weight: bold;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

a {
	font-size: 14px;
	color: #763CA1;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #763CA1;
}
a:hover {
	text-decoration: none;
	color: #763CA1;
}
a:active {
	text-decoration: underline;
	color: #763CA1;
}

#flashContent { width:100%; height:100%; }

