@charset "utf-8";

.Heading1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 44px;
	color: #323232;
}

.Heading2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	letter-spacing: 8px;
	color: #900b06;	
}

.Heading3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #646464;
}

.Heading4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.Body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	text-align:justify;
	color: #4b4b4b;
}

.Body a:active, .Body a:link, .Body a:visited{
	text-decoration:none;
	color:#4b4b4b;
}
.Body a:hover{
	text-decoration:none;
	color:#969696;
}

.Button1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.Button1 a:active, .Button1 a:link, .Button1 a:visited{
	text-decoration:none;
	color:#FFF;
}
.Button1 a:hover{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.Button2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background:#900b06;
	text-align:center;
}
.Button2 a:active, .Button2 a:link, .Button2 a:visited{
	text-decoration:none;
	color:#FFF;
}
.Button2 a:hover{
	text-decoration:none;
	color:#FFF;
}

.Logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #323232;
}
.Logo1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #323232;
}

.Footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.Footer a:active, .Footer a:link, .Footer a:visited{
	text-decoration:none;
	color: #FFF;
}
.Footer a:hover{
	text-decoration:underline;
	color:#FFF;
}

.Image {
	margin:0px 10px 5px 0px; 
}

.ImageRight {
	margin:0px 0px 5px 10px; 
}