
/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}

 a:link, a:visited, a:active {font-weight: 700; text-decoration: none; color: #1144de; font-size:12px;}
 a:hover {font-weight: 700; text-decoration: none; color: #d04667; font-size:12px;}


.border img {
border-width: 1px;
border-color: #1144de;
border: solid thin #1144de;
}
 
html { margin-bottom: 1em; 
          overflow-y: scroll;
} 


body{ 
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
   background-image:url('bg.png');
   background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:top left;
	}
	
table { 
   font-family: Arial, Verdana,  sans-serif;
	font-size: 13px;	  
	}

h1 {
   font-family: Trebouchet, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color:#1144de;
    margin-bottom:0px;
	}


	
.container {
	position: relative;
	width: 750px; height: 800px;
	margin: 8px auto; height: auto;
	background-color:#ffffff;
	border: solid thin #1144de;
	}

	

#divCopyright {
	position: relative;
	top: -8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px; font-weight: 100;
	color: #333;
	text-align: center;
} 
