html {		height:100%;}
body {		background-image: url(images/bg_y.jpg);
		font-size: 100.01%;
		font-family: arial;
}

h1 { 		font-family: arial;
		font-size: 1.3em;
		font-weight: 100;
		padding: 0 10px 0 0;
		margin-bottom: -10px;
		color: #082C50;
}

h2 { 		font-family: arial;
		font-size: 1.0em;
		padding: 0 10px 0 0;
		margin-bottom: -10px;
		color: #005CA1;
		font-weight: lighter;
}

ul {
		padding: 0 20px 0 50px;
}

li { 		font-family: arial;
		font-size: 0.9em;
		font-weight: 100;
}

p {		font-family: arial;
		font-size: 0.9em;
		font-weight: 100;
		padding: 0 20px 0 0;
}

.menu a {	font-family: arial;
		font-size: 0.8em;
		font-weight: 900;
		color: #fff;
}

.menu a:hover {	
		color: #fff;
		text-decoration: none;
}
			
.box { 
		font-family: arial; 
		font-size: 12px; 
		border: 1px solid; 
		border-color:#005CA1; 
}

.contenttbl {
		font-size: 0.9em
}
			
.standardK { 	font-family: arial; 
		font-size: 10px; 
		color: #999999
}

a {		color: #005CA1;
}

a:hover {	color: #082C50;
		text-decoration: none;
}
		


