html{
	min-height: 100%;
	margin-bottom: 0.5px;
	}
body{
		 width: 880px;
		 text-align: center;
     margin-left: auto;
     margin-right: auto;
		 background-color: #A5BAFF;
	 }
.header{
				width: 880px;
				height: 151px; 
				background-image: url('/images/home/bannerSky.jpg');
				background-repeat: no-repeat;
				padding: 0px;
				}
.container{
		width: 880px;
  	background-image: url("/images/Csky.jpg");
		background-position: center;
		background-repeat: no-repeat;
    border: outset 2px;
  	border-color: #BAAEAF #D8B8BA #D8B8BA #BAAEAF;
		text-align: center;
		padding: 0px;
    }
p {
	margin: 0px;
	} 
.normaltext{
				font-family: arial, helvetica, sans-serif;
				font-size: small;
				padding: 8px;
				color: #465070;
				}
.boldtext{
				font-family: arial, helvetica, sans-serif;
				font-weight: bold;
				font-size: 100%;
				color: #465070;
				}
.smallishtext{
				font-family: arial, helvetica, sans-serif;
				font-size: 85%;
				padding: 8px;
				color: #344374;
				}
.smalltext{
				font-family: arial, helvetica, sans-serif;
				font-size: 70%;
				padding: 8px;
				}
.tableborder1{
				border: 1px solid #526194;
				}
.tableborder2{
				font-size: 80%;			
				border: 3px outset #F6B6B6;
				}
hr{
	 width: 880px; 
	 color: #526194;
   background-color: #526194;
   height: 2px;
   border: 0;
	 }
a:link{
	 	font-family: arial,helvetica, sans-serif;
		color: #202020;
		text-decoration: underline;
		}
a:visited{
	 	font-family: arial,helvetica, sans-serif;
		color: #202020;
		text-decoration: underline;
		}
a:hover{
  color: red;
	text-decoration: underline;
	}
.link  {
	width: 100px;
	height: 30px;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
  padding: 1px;
	border: 3px outset;
	border-color: #EAE8F0 #4F4866 #4F4866 #EAE8F0;	
  background-color: #E4DAF8;
	color: #202020;
	text-decoration: underline;
	}
.link2{
	width: 300px;
	height: 18px;
  text-align: center;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
  padding: 1px;
	border: 3px outset;
	border-color: #EAE8F0 #4F4866 #4F4866 #EAE8F0;	
  background-color: #E4DAF8;
	color: #202020;
	text-decoration: underline;
	}

