@charset "iso-8859-1";

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #f6faff;
	scrollbar-track-color: #f6faff; 	
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #c6523c;	 	
	scrollbar-highlight-color: #0f3e69; 
	scrollbar-shadow-color: #0f3e69; 
	scrollbar-3dlight-color: #f6faff; 
 	scrollbar-darkshadow-color: #f6faff
}

#bkgDiv {
	background-image: url(index.jpg);
	background-repeat: no-repeat;
	width: 592px;
	height: 446px;
	padding-top: 140px;
	margin-left: 2%;	
}	

#transIndexDiv {
	background-color: #ffffff;
	border: solid 2px #0f3e69;
	filter: alpha(opacity=75); 
	margin-left: 20px;
	width: 180px; 
	position: relative
}

#textDiv {
	filter: alpha(opacity=100);
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 90%
}

a:link {color: #0f3e69; text-decoration: none}
a:visited {color: #6579d8; text-decoration: none}
a:active {color: #ffffff; text-decoration: none; background-color: #c579d8}
a:hover {color: #ffffff; text-decoration: none; background-color: #c6523c}


td {font-family: tahoma, verdana, arial, helvetica, sans-serif}
h1 {color: #c6523c} 

#boxWR { /* webring container */
margin-top: 600px;
width: 500px;
background-color: #ffffff;
border: solid 2px #0f3e69;
margin-left: 20px;
position: relative;
padding: 10px}

