.redLink a:link { 
	text-decoration: none; 
	color: #cb0000;
}
.redLink a:visited { 
	text-decoration: none; 
	color: #cb0000;
}
.redLink a:hover{ 
	text-decoration: none; 
	color: white;
}


.yellowLink a:link { 
	text-decoration: none;
	COLOR: #ffe400; 
}
.yellowLink a:visited { 
	text-decoration: none;
	COLOR: #ffe400;  
}
.yellowLink a:hover{ 
	text-decoration: none; 
	color: white;
}

.email a:link { 
	text-decoration: none;
	COLOR: #ffe400; 
	font-size: 16px;
}
.email a:visited { 
	text-decoration: none;
	COLOR: #ffe400;
	font-size: 16px;  
}
.email a:hover{ 
	text-decoration: none; 
	color: white;
	font-size: 16px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
	background-color: #ffe400;
	color: #ffe400;
}

body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
	color: #996;
	background-image: url(images/black_bkg.png);
}
.stylestripe2 {
	background-image: url(images/black_bkg.png);
	background-repeat: repeat;
}

.menu {
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}

.mainBorder {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #ffe400;
	font-weight: bold;
	text-decoration: underline;
}

.smallHeading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffe400;
	font-weight: bold;
}

.borderbottom {
	border-bottom: 1px solid #ffe400;
}.shadow_right {
	background-image: url(shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: center;
}
.bodystripe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
	background-image: url(images/black_bkg.png);
}

