/* CSS Document */



.border{
	border: 1px solid #F16422;}
	
.inside-border {
	border: 1px solid ##999;}
	
.h1 {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F16422;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
	
.body {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}
	
a:link {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F69220;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F69220;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F16422;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F16422;
	text-decoration: underline;
}


.footer {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000;
	background: #fff100;
	padding: 5px;
	}
	
.orange_menu {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #fff;
	background: #F16422;
	}

.orange_menu a:link {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.orange_menu a:visited {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.orange_menu a:active {
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
.orange_menu a:hover {
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
