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

.heading1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #DDE8FF;
}
p {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	color: #E8E8E8;
	line-height: 17px;
}
html {scrollbar-base-color: #000000; scrollbar-track-color: #0E4E91; scrollbar-arrow-color: #BCBBC5; scrollbar-highlight-color: #ffffff;}

a:link {
	color: #DDE8FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFFCC;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #E8E8E8;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #E8E8E8;
}
.caption {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #E8E8E8;
	letter-spacing: 3px;
}

