
body{
			background-image:url('../images/4stripes.png'); 
			margin:0 auto;
}

.style1
        {
            font-size: x-small;
            font-family: Tahoma;
        }
.style2
        {
            font-size: x-small;
            font-family: Tahoma;
            font-weight: bold;
        }
.style3
        {
            font-family: "Trebuchet MS";
            font-size: medium;
            color: #0000FF;
        }
        
a:link
        { 
        		font-family:Tahoma; 
        		font-size:12px; 
        		color:#000080;
        }
a:hover
        {
        		font-family:Tahoma; 
        		font-size:12px; 
        		color:#000080;
        }
a:visited
        { 
        	font-family:Tahoma; 
        	font-size:12px; 
        	color:#000080;
        	text-decoration:none;
        }
        
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}