@charset "utf-8";
/* CSS Document */

body {
	background-color:#5C5C5C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
}	

.menuBkg{
	background-image:url(media/menu-background.gif);
	background-repeat:no-repeat
}
.menuText{
	font-size:12px;
	font-variant: small-caps;
}
.menuText a:link {	
	color: #CCCCCC;
	text-decoration:none;
}
.menuText a:visited {	
	color: #CCCCCC;
	text-decoration:none;
}
.menuText a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.menuText a:active{	
	color: #CCCCCC;
	text-decoration:none;
}

.contentBkg{
	background-image:url(media/content-background2.gif);
	background-repeat: repeat-y;
}
.contentText{
	color:#333333;
	padding-left: 300px;
	padding-right: 20px;
	line-height: 18px;
}
.contentText a:link{
	color:#333333;
	text-decoration:none	
}
.contentText a:visited{
	color:#333333;
	}
.contentText a:hover{
	color:#555555;
	text-decoration:underline;	
}
.contentText a:active{
	color:#333333;	
}
.pageTitle {
	color:#000000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-style: italic;
	padding-left: 260px;
}
.footerBkg{
	background-image:url(media/footer-background2.gif);
	background-repeat:no-repeat;
}
.footerBkg .footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 20px;
}
.footerBkg .footerText a:link {	
	color: #333333;
	text-decoration:none;	
}
.footerBkg .footerText a:visited {
	color: #333333;
	text-decoration:none;	
}
.footerBkg .footerText a:active {
	color: #333333;
	text-decoration:none;	
}
.contentBkg .contentText .pix {
	border: thin solid #5C5C5C;
}
