/* CSS Document */

/* CSS Document */
#menu a{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	text-align:center;
	background-image:url(../Html/images/Button-Grey.jpg);
	width:110px;
	height:30px;
}
#menu a:hover{
	
	font-family:Tahoma;
	font-size:11px;color:#DC0CB2;
	font-weight:bold;
	padding-left:10px;
	text-align:center;
	background-image:url(../Html/images/Button-Yellow.jpg);
	width:110px;
	height:30px;
}

body {
	margin: 0px;
}

.links {
	font-family:Tahoma;
	font-size:11px;
	line-height:25px;	
}
.links a {
	color:#ffffff;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;	
	text-decoration:none;
}
.links a:hover {
	color:#DC0CB2;
	background-color:#ffe26a;
}




.Home a{ 
	font-family:Tahoma;
	font-size:12;
	padding-right:20px;
	padding-left:20px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.Home a:hover{
	font-family:Tahoma;
	font-size:12;
	padding-right:20px;
	padding-left:20px;
	color:#ffe26a;
	font-weight:bold;
	text-decoration:none;
}

.Body  {
		font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		color:#2b2b2b;
				
			}
			
			
	.Body a {
	font-family:Tahoma;
	color:#2b2b2b;
	font-size:11px;
	text-decoration:none;
			}
	.Body a:hover{
		text-decoration:underline;
		color:#3d0302;	
}

.Heading  {
		font-family:Tahoma;
		font-size:14px;
		font-weight:bold;
		padding-left:10px;
		text-decoration:none;
		color:#3b5900;
				
			}
.HeadingWhite  {
		font-family:Tahoma;
		font-size:14px;
		font-weight:bold;
		padding-left:10px;
		text-decoration:none;
		color:#ffffff;
				
			}
			
.White-txt {
		font-family:Tahoma;
		font-size:12px;
		padding-left:20px;
		text-decoration:none;
		color:#ffffff;
				
			}

.Footer  {
		font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		color:#f0c205;
				
			}
			
			
	.Footer a {
	font-family:Tahoma;
	color:#5c5c5c;
	font-size:11px;
	text-decoration:none;
			}
	.Footer a:hover{
		text-decoration:underline;
		color:#000000;	
}

.linkTxt{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	size:12px;
	}
.linkTxt a{
	text-decoration:none;
	}
.linkTxt a:hover{
	text-decoration:underline;
	}
.linkTxt a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	size:12px;
	}
