* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	margin: 0;
	font-family:  Verdana, Tahoma, Geneva, sans-serif; 
	font-size: 11px; 
	background-color:#FFFFFF;
	color: #6A6A6A;
}


h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}


/* Layout */
#page {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

	#top{
		
		margin-top: 15px;
		padding:0 auto;
	}

	#main{
		padding: 10px;
		margin-bottom: 50px;
		overflow: auto;
		height:300px;
	}


		
	#footer {
		
		position: absolute;
		bottom:0px;
			font-family: Tahoma, Geneva, sans-serif; 
			font-size: 11px;		
			padding-left: 15px;	
			color: #6A6A6A;
			font-weight: normal;
	}


/*---- GERAL ----*/
.txt { 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 11px; 
	color: #6A6A6A; 
} 
.small_txt { 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 10px; 
	color: #6A6A6A; 
} 

.small_txt a{ font-size: 10px; color: #6A6A6A; text-decoration: underline;}
.small_txt a:visited{ color:#6A6A6A; text-decoration: underline;}
.small_txt a:hover{ color: #6A6A6A; text-decoration: none;}

a{ font-size: 11px; color: #6A6A6A; text-decoration: none;}
a:visited{ color:#6A6A6A; text-decoration: none;}
a:hover{ color: #6A6A6A; text-decoration: underline;}
