@charset "utf-8";
/* CSS Document */

			a:link {
				color: #0000FF;
				text-decoration: none;
			}
			a:visited {
				text-decoration: none;
				color: #0000FF;
			}
			a:hover {
				text-decoration: underline;
				color: #CCCCCC;
			}
			a:active {
				text-decoration: none;
				color: #0000FF;
			}




			.menutext {
				font-family: tahoma;
				font-size: 11px;
				font-weight: bold;
				color: #FFFFFF;
				padding-top:5px;
			}
			
			.h1 {
				font-family: tahoma;
				font-size: 16px;
				font-weight: bold;
				color: #507ba5;
			}
			
			.h2 {
				font-family: tahoma;
				font-size: 16px;
				font-weight: bold;
				color: #ffffff;
				padding-left:15px;
			}
			
			
			.dummytext {
				font-family: tahoma;
				font-size: 11px;
				color: #000000;
				padding-top:20px;
				padding-left:20px;
				padding-right:20px;
	
			}
			
					a.dummytext:link {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-weight: bold;
			}	
			
			.dummytext2 {
				font-family: tahoma;
				font-size: 11px;
				color: #ffffff;
				padding-top:10px;
				padding-left:16px;
				padding-right:10px;
			}
			
			.subscribe {
				font-family: tahoma;
				font-size: 11px;
				color: #ffffff;
				font-weight:bold;
			}
			.button {
				font-family: tahoma;
				font-size: 10px;
				color: #000000;
			}
			
			
			.footer {
				font-family: tahoma;
				font-size: 11px;
				color: #ffffff;
			}
			
			
