/*EPSILON style sheet*/

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/home_06.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #0C1B5C;
}

body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	scrollbar-base-color: #263678;
	scrollbar-face-color: #263678;
	scrollbar-shadow-color: #17245F;
	scrollbar-highlight-color: #17245F;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #ACB5DF;
	scrollbar-arrow-color: #FFFFFF;
}

a:link {
	color: #919ED5;
	text-decoration: none;
}
a:visited {
	color: #919ED5;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #919ED5;
	text-decoration: none;
}
 
.style1 {font-size: medium; font-weight: bold;}


.style4 {font-size: x-small; font-style: italic;}
.textbox {
	border: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C1B5C;
	background-color: #8694D1;
	padding-left: 4px;
}
