/* CSS Document */

body {
	background-color: #14284F;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #14284F;
}
a:visited {
	color: #14284F;
}
a:hover {
/*	color: #8590A6;  */
	color: #33CCFF;
}
.style1 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #14284F;
	font-weight: bold;
}
.style2 {color: #FDFFFF; }
.style3 {color: #FDFEFF; }
.style5 {	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #14284F;
	font-weight: bold;
}
.style6 {font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style8 {color: #E4DFCC; }
.style9 {color: #8590A6; }
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style21 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #14284F; 
}

.style21r {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #14284F;
	text-align:right; 
} /* right-aligned style */

a:link.grey-button,a:visited.grey-button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background:#8590A6; 
	color: #000;
	text-align:right;
	text-decoration:none;
	padding: 3px 5px; 
	border:1px solid #14284F;
} /* right-aligned style */

a:hover.grey-button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background:#D9DADC; 
	color: #000;
	text-align:right;
	text-decoration:none;
	padding: 3px 5px;
	border:1px solid #14284F; 
} /* right-aligned style */

.compactlist {
	margin-top:5px;
	margin-bottom:5px;	
}
.scrollbox {
width:100%;
height:100%;
overflow:auto;
}
.linkbox {
	border: 1px solid #8590A6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer {
	text-align:center;	
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}

#footer a:link {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:visited {
	color:#DEDEDE;
}

#footer a:hover {
	text-decoration:underline;
}
