@charset "utf-8";
a:link {
	color: #006600;
	
	text-decoration: underline ;
	padding: 2px;
}
a:visited {
	color: #009900;
	
	text-decoration: underline ;
	padding: 2px;
}
a:hover {
	color: #FFC4E1;
	
	text-decoration: underline ;
	padding: 2px;
}
a:active {
	color: #006600;
	
	text-decoration: underline ;
	padding: 2px;
}







/*************************************************************/
.vertLine {
	background-image: url(../images/_r2_c2_r1_c2.gif);
	height: 800px;
	width: 3px;
	background-repeat: repeat-y;
}

.genTxt {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #000000;
	margin: 10px;
	padding: 10px;
}
.tableTxt {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #000000;
}
.tableTxt2 {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #000000;
	padding: 5px;
}
.giftTxt {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	height: 40px;
	width: 354px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 16px;
	padding-left: 10px;
}

#h2 {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.header {
	font-family: "Myriad Pro";
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

#h4 {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.copyright {
	font-family: "Myriad Pro";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.tablePad {
	margin: 40px;
	margin-top: 0px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.headerTabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	padding: 3px;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.largeMenu {
	background-color: #FF0000;
	border: medium double #00FF00;
	position: relative;
	visibility: visible;
	z-index: 10;
	height: 200px;
	width: 200px;
	left: 0px;
	top: -200px;
}
